Skip to content

Commit ebdf8c6

Browse files
Oops, forgot to remove this print
1 parent 8d238a3 commit ebdf8c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dyn/tm/reports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def get_qps(start_ts, end_ts, breakdown=None, hosts=None, rrecs=None,
110110
api_args['rrecs'] = rrecs
111111
if zones is not None:
112112
api_args['zones'] = zones
113-
print(api_args)
114113
response = DynectSession.get_session().execute('/QPSReport/',
115114
'POST', api_args)
116115
return response['data']

0 commit comments

Comments
 (0)