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: