debug
authorMark Wells <mark@freeside.biz>
Fri, 20 Nov 2015 23:23:36 +0000 (15:23 -0800)
committerMark Wells <mark@freeside.biz>
Fri, 20 Nov 2015 23:23:36 +0000 (15:23 -0800)
FS/FS/Password_Mixin.pm

index 393b416..4ecf4c6 100644 (file)
@@ -7,7 +7,7 @@ use Authen::Passphrase;
 use Authen::Passphrase::BlowfishCrypt;
 # https://rt.cpan.org/Ticket/Display.html?id=72743
 
-our $DEBUG = 1;
+our $DEBUG = 0;
 our $conf;
 FS::UID->install_callback( sub {
     $conf = FS::Conf->new;