From a0fe6d63878d4af3a369a7a1bcaf6f133a3b8bb5 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Wed, 16 Jun 2021 08:46:13 +0200 Subject: [PATCH] removed debug line --- source/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/__init__.py b/source/__init__.py index 49cdefe..5a7c80e 100644 --- a/source/__init__.py +++ b/source/__init__.py @@ -78,7 +78,6 @@ def __init__(self): , creationflags=CREATE_NO_WINDOW, cwd=get_dir(path)) if os.path.exists(self.path_mkwf + "/DATA"): self.path_mkwf += "/DATA" - print(self.path_mkwf, get_nodir(self.path_mkwf), get_dir(self.path_mkwf)) self.Progress(show=False)