From 6961bab48967a6cf0c92b846db18655f034c42b7 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 24 Jan 2022 20:43:28 +0100 Subject: [PATCH] Remove obsolete print statement --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ffd8006..b1490f9 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,6 @@ if "py2exe" in sys.argv: libpath = os.path.join(destdir, "kleinanzeigen-bot.exe") with zipfile.ZipFile(libpath, "a", zipfile.ZIP_DEFLATED if self.options.compress else zipfile.ZIP_STORED) as arc: for target, source in files_to_embed: - print(source) if os.path.isdir(source): for file in os.listdir(source): if self.options.verbose: