Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

logview: remove debug print statement

Changeset 2cfa718399df

Parent 3a48f1cc50ee

by Steve Borho

Changes to one file · Browse files at 2cfa718399df Showing diff from parent 3a48f1cc50ee Diff from another changeset...

 
542
543
544
545
546
547
548
 
542
543
544
 
545
546
547
@@ -542,7 +542,6 @@
  miss = 0   for u in [u.lower() for u in opts['user']]:   if u not in ctx.user().lower(): - print 'missing'   miss = 1   break   if miss: