Skip to content

Commit 4167081

Browse files
committed
Remove unneeded print statement in post hook
1 parent 9a4317c commit 4167081

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/post_gen_project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def remove_main_if_lib():
1818
main_file_path = os.path.join('{{ cookiecutter.repo_name }}', '__main__.py')
1919
if not (is_lib == "y" or is_lib == "Y"):
2020
os.remove(main_file_path)
21-
print(main_file_path)
2221

2322
SUCCESS = "\x1b[1;32m"
2423
INFO = "\x1b[1;33m"

0 commit comments

Comments
 (0)