mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Removing a level 10 dump statement that was being hit a lot.
This commit is contained in:
parent
bf769d81aa
commit
a75437cefb
@ -58,7 +58,6 @@ sub init {
|
||||
# output handlers.
|
||||
sub propertyImpliedAccessAllowed {
|
||||
my $self = shift;
|
||||
$self->dump(10, "access to property @_ of object $self attempted");
|
||||
return $self->propertyExists(@_);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user