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

settings: remove a debug print

Changeset 5cafe0d9ae40

Parent fd245162f665

by Steve Borho

Changes to one file · Browse files at 5cafe0d9ae40 Showing diff from parent fd245162f665 Diff from another changeset...

 
98
99
100
101
102
103
104
 
98
99
100
 
101
102
103
@@ -98,7 +98,6 @@
  return None   if 'nohist' in self.opts or utext in self.defaults + self.previous:   return hglib.fromunicode(utext) - print 'saving', self.opts['cpath'], utext   self.previous.insert(0, utext)   self.previous = self.previous[:10]   settings = QSettings()