diff options
author | Guido van Rossum <guido@python.org> | 1995-04-27 19:02:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-27 19:02:18 (GMT) |
commit | 68abf54d71224efaa9967a13a1a60380c66b4533 (patch) | |
tree | 46e6d21518b9ed17f4bbebb1dcf12fd033f72c7d /Demo/pdist/rcvs.py | |
parent | 9aeee75c590ca8c31bb9abd674e72766c1c70a94 (diff) | |
download | cpython-68abf54d71224efaa9967a13a1a60380c66b4533.zip cpython-68abf54d71224efaa9967a13a1a60380c66b4533.tar.gz cpython-68abf54d71224efaa9967a13a1a60380c66b4533.tar.bz2 |
got rid of debug prints
Diffstat (limited to 'Demo/pdist/rcvs.py')
-rwxr-xr-x | Demo/pdist/rcvs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/pdist/rcvs.py b/Demo/pdist/rcvs.py index 1c323e2..3bd8e8b 100755 --- a/Demo/pdist/rcvs.py +++ b/Demo/pdist/rcvs.py @@ -167,13 +167,11 @@ class PCVS(CVS): continue if e.lsum == e.rsum: print 'c', file - print e.__dict__ e.rev = e.rrev e.sum = e.rsum e.new = e.sum is None and e.lsum is not None if e.sum: e.mtime, e.ctime = os.stat(e.file)[-2:] - print e.__dict__ self.entries[file] = e continue print 'C', file, '(not resolved)' |