Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: remove reload debug print

Changeset f112b7aeefc2

Parent 531f103c503a

by Adrian Buehlmann

Changes to one file · Browse files at f112b7aeefc2 Showing diff from parent 531f103c503a Diff from another changeset...

 
376
377
378
379
380
381
382
383
 
376
377
378
 
 
379
380
381
@@ -376,8 +376,6 @@
  pass     def reload(self): - """Reload the repository""" - print "reload() called"   w = self.repoTabsWidget.currentWidget()   if w:   w.reload()