mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print statement
This commit is contained in:
parent
1a4768a539
commit
6087a6a660
@ -536,7 +536,6 @@ class BooksModel(QAbstractTableModel): # {{{
|
||||
return img
|
||||
|
||||
def set_color_templates(self):
|
||||
print 'here'
|
||||
self.column_color_map = {}
|
||||
for i in range(1,self.db.column_color_count+1):
|
||||
name = self.db.prefs.get('column_color_name_'+str(i))
|
||||
|
Loading…
x
Reference in New Issue
Block a user