Kaydet (Commit) 68abf54d authored tarafından Guido van Rossum's avatar Guido van Rossum

got rid of debug prints

üst 9aeee75c
......@@ -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)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment