Skip to content

Commit e07aff5

Browse files
authored
remove printing args
1 parent fefde7d commit e07aff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mprof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def run_action():
202202
'Option 4: (--python flag present) "<PYTHON_MODULE> <ARG1> <ARG2>..." - profile python module\n'
203203
)
204204
args = parser.parse_args()
205-
print(args)
205+
206206
if len(args.program) == 0:
207207
print("A program to run must be provided. Use -h for help")
208208
sys.exit(1)

0 commit comments

Comments
 (0)