From: Mark Wells Date: Fri, 20 Nov 2015 23:23:36 +0000 (-0800) Subject: debug X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2e1e59ea99e9672310b59f57cfade4626c33190f debug --- diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm index 393b41629..4ecf4c611 100644 --- a/FS/FS/Password_Mixin.pm +++ b/FS/FS/Password_Mixin.pm @@ -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;