diff options
author | ivan <ivan> | 2011-09-22 22:10:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-22 22:10:07 +0000 |
commit | c12671798c1496e985efbf5dc8fb4e9639526e7b (patch) | |
tree | 2e1fdfa0124ddb871c6c36661f4eed885bb1bb22 | |
parent | 91ffcc0ecc1e1da51fa4b99a342691caa85a5992 (diff) |
turn off debugging
-rw-r--r-- | FS/FS/ClientAPI/PrepaidPhone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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: |