[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.95.2.12, 1.95.2.13

Ivan,,, ivan at wavetail.420.am
Mon Jun 21 21:15:11 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv8593/ClientAPI

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.95.2.12
retrieving revision 1.95.2.13
diff -u -w -d -r1.95.2.12 -r1.95.2.13
--- MyAccount.pm	22 Jun 2010 00:52:48 -0000	1.95.2.12
+++ MyAccount.pm	22 Jun 2010 04:15:09 -0000	1.95.2.13
@@ -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