diff options
author | ivan <ivan> | 2011-09-22 22:10:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-22 22:10:06 +0000 |
commit | 98676b828fb42b1bbad8efc44bace00839bc9f32 (patch) | |
tree | b0679e0860c9d69567a022ae4aea79d19928556a | |
parent | 0e0699034e0606fcc6e9d42495ae6eb54c4bbcfb (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: |