Skip to content

Commit f3a38a2

Browse files
committed
chore: remove debugging file operations before execution
Signed-off-by: Piotr <piotrzan@gmail.com>
1 parent 36011e7 commit f3a38a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

killercoda_cli/cli.py

-3
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ def display_help():
356356

357357

358358
def execute_file_operations(file_operations):
359-
print("Debug file operations before execution:") # Debugging line
360-
for op in file_operations:
361-
print(op) # Debugging line
362359
for operation in file_operations:
363360
if operation.operation == "makedirs":
364361
os.makedirs(operation.path, exist_ok=True)

0 commit comments

Comments
 (0)