From 6018624154df42e6da2bb35e824a5c2ba278ab5f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 23 Feb 2016 06:01:07 +0100 Subject: [PATCH] [mod] remove debug print --- prosopopee/prosopopee.py | 1 - 1 file changed, 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 1166a66..fde573a 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -126,7 +126,6 @@ def main(): if os.path.exists(os.path.join(os.getcwd(), "static")): shutil.copytree(os.path.join(os.getcwd(), "static"), os.path.join(os.getcwd(), "build", "static")) else: - print (os.path.split(os.path.realpath(__file__))[0], "themes", theme, "static") shutil.copytree(os.path.join(os.path.split(os.path.realpath(__file__))[0], "themes", theme, "static"), os.path.join(os.getcwd(), "build", "static")) for gallery in dirs: