[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.109, 1.110
Ivan,,,
ivan at wavetail.420.am
Mon Jun 21 21:15:09 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv8586/ClientAPI
Modified Files:
MyAccount.pm
Log Message:
remove extra debugging, RT#7780
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -w -d -r1.109 -r1.110
--- MyAccount.pm 22 Jun 2010 00:52:46 -0000 1.109
+++ MyAccount.pm 22 Jun 2010 04:15:07 -0000 1.110
@@ -1669,10 +1669,6 @@
my($context, $session, $custnum) = _custoragent_session_custnum($p);
return { 'error' => $session } if $context eq 'error';
- local($DEBUG) = 1;
- local($FS::TicketSystem::RT_Internal::DEBUG) = 1;
- local($FS::TicketSystem::RT_Internal::DEBUG) = 1;
-
warn "$me create_ticket: initializing ticket system\n" if $DEBUG;
FS::TicketSystem->init();
More information about the freeside-commits
mailing list