mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print statements
This commit is contained in:
parent
6d165cbb61
commit
1d9285df7a
@ -164,10 +164,8 @@ class MultiCompleteComboBox(EnComboBox):
|
||||
self.setLineEdit(self.le)
|
||||
|
||||
def showPopup(self):
|
||||
print 'here'
|
||||
c = self.le._completer
|
||||
v = unicode(c.currentCompletion())
|
||||
print v
|
||||
c.setCompletionPrefix('')
|
||||
c.complete()
|
||||
i = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user