From 5de2ce65a4645deba976c509690b8037a128bebd Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sun, 20 Mar 2022 10:39:53 -0700 Subject: [PATCH] Remove print statements Fixes #223 --- comicapi/comicinfoxml.py | 1 - comictaggerlib/comicvinetalker.py | 1 - 2 files changed, 2 deletions(-) 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: