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

reporegistry: remove drop debug noise

Changeset a6b05458f589

Parent 30910aee1799

by Adrian Buehlmann

Changes to one file · Browse files at a6b05458f589 Showing diff from parent 30910aee1799 Diff from another changeset...

 
380
381
382
383
384
385
386
387
 
380
381
382
 
 
383
384
385
@@ -380,8 +380,6 @@
  return d     def dropMimeData(self, data, action, row, column, parent): - print "dropMimeData(action=%s)" % action - print "formats:"   for s in data.formats():   print s   d = str(data.data(repoRegMimeType))