Skip to content

Commit 901fa68

Browse files
committed
remove forgotten print statement
1 parent 6478e66 commit 901fa68

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mprof

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def run_action():
223223
cmd_line = get_cmd_line(program)
224224
program[1:1] = ("-m", "memory_profiler", "--timestamp",
225225
"-o", mprofile_output)
226-
print(program)
227226
p = subprocess.Popen(program)
228227
else:
229228
cmd_line = get_cmd_line(program)

0 commit comments

Comments
 (0)