Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

gtklib: remove debug print

Changeset 38f2cc2e95cb

Parent 8890c9413cca

by Steve Borho

Changes to one file · Browse files at 38f2cc2e95cb Showing diff from parent 8890c9413cca Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gtklib.py Stacked
 
248
249
250
251
252
253
254
 
248
249
250
 
251
252
253
@@ -248,7 +248,6 @@
  import win32com, win32gui, pywintypes   return self.runWindows()   except ImportError, e: - print e   return self.runCompatible()     def runWindows(self):