make auto_deref also handles isa not only ArrayRef and HashRef, but also ArrayRef...
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Destructor.pm
index bdcbe1f..904b413 100644 (file)
@@ -26,7 +26,6 @@ sub generate_destructor_method_inline {
         $demolishall;
     }
 ...
-    warn $code if $ENV{DEBUG};
 
     local $@;
     my $res = eval $code;