Remove useless print statement

This commit is contained in:
Andrew 2022-02-10 18:46:26 -05:00
parent d62dee2da5
commit 569876e377

View File

@ -158,7 +158,6 @@ class Controller:
logger.warning(f"Failed to copy file with error: {e}")
#Copy crafty logs to archive dir
full_log_name = os.path.join(crafty_path, 'logs')
print(self.project_root)
shutil.copytree(os.path.join(self.project_root, 'logs'), full_log_name)
shutil.make_archive(tempZipStorage, "zip", tempDir)