]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Comment out debug prints (by Sjoerd)
authorGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 16:47:24 +0000 (16:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 16:47:24 +0000 (16:47 +0000)
Lib/irix5/readcd.py
Lib/plat-irix5/readcd.py

index 354d3729901fa6c93ab48d3935e0d3f730f9322e..85f56b3beb9f4be6a118eba552e1b5e6d3198d7f 100755 (executable)
@@ -7,7 +7,7 @@ _Stop = 'Readcd.Stop'
 
 def _doatime(self, type, data):
        if ((data[0] * 60) + data[1]) * 75 + data[2] > self.end:
-               print 'done with list entry',`self.listindex`
+##             print 'done with list entry',`self.listindex`
                raise _Stop
        func, arg = self.callbacks[type]
        if func:
@@ -15,7 +15,7 @@ def _doatime(self, type, data):
 
 def _dopnum(self, type, data):
        if data > self.end:
-               print 'done with list entry',`self.listindex`
+##             print 'done with list entry',`self.listindex`
                raise _Stop
        func, arg = self.callbacks[type]
        if func:
@@ -48,7 +48,7 @@ class Readcd():
                self.status = None
                self.trackinfo = None
                if self.playing:
-                       print 'stop playing from eject'
+##                     print 'stop playing from eject'
                        raise _Stop
 
        def pmsf2msf(self, track, min, sec, frame):
@@ -199,7 +199,7 @@ class Readcd():
                                if self.listindex >= len(self.list):
                                        return
                                start, end = self.list[self.listindex]
-                               print 'starting with',`(start, end)`
+##                             print 'starting with',`(start, end)`
                                try:
                                        min, sec, frame = start
                                        dummy = self.player.seek(min, sec, frame)
index 354d3729901fa6c93ab48d3935e0d3f730f9322e..85f56b3beb9f4be6a118eba552e1b5e6d3198d7f 100755 (executable)
@@ -7,7 +7,7 @@ _Stop = 'Readcd.Stop'
 
 def _doatime(self, type, data):
        if ((data[0] * 60) + data[1]) * 75 + data[2] > self.end:
-               print 'done with list entry',`self.listindex`
+##             print 'done with list entry',`self.listindex`
                raise _Stop
        func, arg = self.callbacks[type]
        if func:
@@ -15,7 +15,7 @@ def _doatime(self, type, data):
 
 def _dopnum(self, type, data):
        if data > self.end:
-               print 'done with list entry',`self.listindex`
+##             print 'done with list entry',`self.listindex`
                raise _Stop
        func, arg = self.callbacks[type]
        if func:
@@ -48,7 +48,7 @@ class Readcd():
                self.status = None
                self.trackinfo = None
                if self.playing:
-                       print 'stop playing from eject'
+##                     print 'stop playing from eject'
                        raise _Stop
 
        def pmsf2msf(self, track, min, sec, frame):
@@ -199,7 +199,7 @@ class Readcd():
                                if self.listindex >= len(self.list):
                                        return
                                start, end = self.list[self.listindex]
-                               print 'starting with',`(start, end)`
+##                             print 'starting with',`(start, end)`
                                try:
                                        min, sec, frame = start
                                        dummy = self.player.seek(min, sec, frame)