mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 14:05:21 -04:00
take out print statement
This commit is contained in:
@@ -585,7 +585,6 @@ class BuiltinOndevice(BuiltinFormatterFunction):
|
||||
'the empty string')
|
||||
|
||||
def evaluate(self, formatter, kwargs, mi, locals):
|
||||
print mi.ondevice_col
|
||||
if mi.ondevice_col:
|
||||
try:
|
||||
return _('Yes')
|
||||
|
||||
Reference in New Issue
Block a user