Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 0487170

Browse files
committed
typo
1 parent 3124aa6 commit 0487170

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CloudFlare/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def build_curl(method, url, headers, params, data_str, data_json, files):
6666
msg.append(' --data \'%s\' \\' % (str(data_str).replace('\n', ' ')))
6767
# data_json
6868
if data_json is not None:
69-
print('===', type(data_json), len(data_json))
7069
try:
7170
s = json.dumps(data_json)
7271
except:

0 commit comments

Comments
 (0)