[Erp5-report] r14701 - /erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 6 10:03:55 CEST 2007


Author: nicolas
Date: Wed Jun  6 10:03:55 2007
New Revision: 14701

URL: http://svn.erp5.org?rev=14701&view=rev
Log:
hide logs

Modified:
    erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py

Modified: erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py?rev=14701&r1=14700&r2=14701&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py (original)
+++ erp5/trunk/products/ERP5SyncML/SubscriptionSynchronization.py Wed Jun  6 10:03:55 2007
@@ -39,7 +39,7 @@
     """
       Send the first XML message from the client
     """
-    LOG('SubSyncInit',0,'starting....')
+    #LOG('SubSyncInit',0,'starting....')
     cmd_id = 1 # specifies a SyncML message-unique command identifier
     subscription.NewAnchor()
     subscription.initLastMessageId()
@@ -83,8 +83,8 @@
     """
       This is the synchronization method for the client
     """
-    LOG('SubSync',0,'starting... id: %s' % str(id))
-    LOG('SubSync',0,'starting... msg: %s' % str(msg))
+    #LOG('SubSync',0,'starting... id: %s' % str(id))
+    #LOG('SubSync',0,'starting... msg: %s' % str(msg))
     response = None #check if subsync replies to this messages
     subscription = self.getSubscription(id)
 
@@ -132,8 +132,8 @@
       This method send crendentials
     """
     
-    LOG('SubSyncCred',0,'starting... id: %s' % str(id))
-    LOG('SubSyncCred',0,'starting... msg: %s' % str(msg))
+    #LOG('SubSyncCred',0,'starting... id: %s' % str(id))
+    #LOG('SubSyncCred',0,'starting... msg: %s' % str(msg))
     
     cmd_id = 1 # specifies a SyncML message-unique command identifier
     subscription = self.getSubscription(id)




More information about the Erp5-report mailing list