[Pychord-commits] r93 - trunk

danilo at garage.maemo.org danilo at garage.maemo.org
Sat Apr 5 00:08:19 EEST 2008


Author: danilo
Date: 2008-04-05 00:08:19 +0300 (Sat, 05 Apr 2008)
New Revision: 93

Modified:
   trunk/pychord.py
Log:
Removing some debug code

Modified: trunk/pychord.py
===================================================================
--- trunk/pychord.py	2008-04-04 21:06:03 UTC (rev 92)
+++ trunk/pychord.py	2008-04-04 21:08:19 UTC (rev 93)
@@ -113,9 +113,7 @@
         f.write("playlist="+ self.opt['playlist'])   
         f.close()
         
-        print "DEPOIS:", self.opt['playlist']
         
-        
     def addToPlaylist(self, id):
         if self.opt['playlist'].strip() == '':
             opt = []
@@ -128,7 +126,7 @@
 
             
     def removeFromPlaylist(self, id):
-        print "Antes:", self.opt['playlist']
+
         opt = self.opt['playlist'].split(',')
         if self.isInPlaylist(id):
             opt.remove(id)



More information about the Pychord-commits mailing list