1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-06 17:35:48 +01:00

Removed prints and extract function from init module

This commit is contained in:
2020-07-13 21:38:06 +02:00
parent 025878dfe5
commit 4216fef20e
20 changed files with 97 additions and 336 deletions

View File

@@ -1,7 +1,6 @@
import os
from collections import namedtuple
from ebook_converter import prints
from ebook_converter.customize import Plugin
@@ -170,7 +169,7 @@ class DevicePlugin(Plugin):
cbcd = self.BCD
if self.test_bcd(bcd, cbcd):
if debug:
prints(dev)
print(dev)
if ch(dev, debug=debug):
return True, dev
return False, None