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 mime format debug print

Changeset 7d9f8714f6df

Parent 0dc91066ccb3

by Adrian Buehlmann

Changes to one file · Browse files at 7d9f8714f6df Showing diff from parent 0dc91066ccb3 Diff from another changeset...

 
398
399
400
401
402
403
404
405
 
398
399
400
 
 
401
402
403
@@ -398,8 +398,6 @@
  return d     def dropMimeData(self, data, action, row, column, parent): - for s in data.formats(): - print s   d = str(data.data(repoRegMimeType))   itemread = readXml(d, extractXmlElementName, self)