From: ivan Date: Thu, 22 Sep 2011 22:10:07 +0000 (+0000) Subject: turn off debugging X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c12671798c1496e985efbf5dc8fb4e9639526e7b;p=freeside.git turn off debugging --- diff --git a/FS/FS/ClientAPI/PrepaidPhone.pm b/FS/FS/ClientAPI/PrepaidPhone.pm index c918dde06..c34617922 100644 --- a/FS/FS/ClientAPI/PrepaidPhone.pm +++ b/FS/FS/ClientAPI/PrepaidPhone.pm @@ -6,7 +6,7 @@ use FS::Record qw(qsearchs); use FS::rate; use FS::svc_phone; -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::ClientAPI::PrepaidPhone]'; #TODO: