Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Jun 13, 2022
1 parent 9dbac3a commit 35f9e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tests/info_get_based_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def get_based_mutation(url, proxies, headers):
q = 'mutation {__typename}'

response = request_get(url, proxies=proxies, headers=headers, params={'query':q})
print(response.text)
res['curl_verify'] = curlify(response)

try:
Expand Down

0 comments on commit 35f9e90

Please sign in to comment.