diff --git a/comicapi/comicinfoxml.py b/comicapi/comicinfoxml.py index 1d80c78..d9b724a 100644 --- a/comicapi/comicinfoxml.py +++ b/comicapi/comicinfoxml.py @@ -87,7 +87,6 @@ class ComicInfoXml: def assign(cix_entry, md_entry): if md_entry is not None: - print(cix_entry, md_entry) et_entry = root.find(cix_entry) if et_entry is not None: et_entry.text = "{0}".format(md_entry) diff --git a/comictaggerlib/comicvinetalker.py b/comictaggerlib/comicvinetalker.py index d2b7736..9eef33a 100644 --- a/comictaggerlib/comicvinetalker.py +++ b/comictaggerlib/comicvinetalker.py @@ -630,7 +630,6 @@ class ComicVineTalker(QObject): for w in col_widths: fmtstr += " {{:{}}}|".format(w + 1) width = sum(col_widths) + len(col_widths) * 2 - print("width=", width) table_text = "" counter = 0 for row in rows: