diff hgsubversion/editor.py @ 891:83cc6e9e8425

kill all 'print' statements in the extension proper
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 12 May 2012 15:41:21 +0200
parents 6ef6c413d6de
children bd12a4da0f35
line wrap: on
line diff
--- a/hgsubversion/editor.py
+++ b/hgsubversion/editor.py
@@ -364,7 +364,6 @@ class HgEditor(svnwrap.Editor):
                 else: # pragma: no cover
                     raise hgutil.Abort(*e.args)
             except: # pragma: no cover
-                print len(base), self.current.file
                 self._exception_info = sys.exc_info()
                 raise
         return txdelt_window