Removing a level 10 dump statement that was being hit a lot.

This commit is contained in:
ian%hixie.ch 2001-12-26 15:42:21 +00:00
parent bf769d81aa
commit a75437cefb

View File

@ -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(@_);
}