X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod%2FDestructor.pm;h=904b4134287cf7b26318fa381f9045d87221cd18;hb=1ae8a0d7aaaa0627218d5026a013fb70113cce5a;hp=bdcbe1f240a7086e35328556fa534b231d3b7780;hpb=0a0814d61119dcfd7f2cd88c3658df7221e17219;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Method/Destructor.pm b/lib/Mouse/Meta/Method/Destructor.pm index bdcbe1f..904b413 100644 --- a/lib/Mouse/Meta/Method/Destructor.pm +++ b/lib/Mouse/Meta/Method/Destructor.pm @@ -26,7 +26,6 @@ sub generate_destructor_method_inline { $demolishall; } ... - warn $code if $ENV{DEBUG}; local $@; my $res = eval $code;