Skip to content

Commit 9c56f28

Browse files
cpraschlpointan
authored andcommitted
#5 Removing print output
1 parent 234496b commit 9c56f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/archetype/archetype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def create(
105105
# get directory paths
106106
projectfolder = os.path.join(targetfolder, projectname)
107107

108-
print(delete_if_exist)
109108
if delete_if_exist and os.path.exists(projectfolder):
110109
print("Deleting old project.")
111110
shutil.rmtree(projectfolder)

0 commit comments

Comments
 (0)