No real reason for MOUSE_DEBUG these days
[gitmo/Mouse.git] / lib / Mouse.pm
index 67c1e77..6278e3d 100644 (file)
@@ -6,14 +6,6 @@ use base 'Exporter';
 
 our $VERSION = '0.18';
 
-BEGIN {
-    if ($ENV{MOUSE_DEBUG}) {
-        *DEBUG = sub (){ 1 };
-    } else {
-        *DEBUG = sub (){ 0 };
-    }
-}
-
 use Carp 'confess';
 use Scalar::Util 'blessed';
 use Mouse::Util;