Skip to content

Commit dcc68d6

Browse files
committed
[Don't look at this, it's really stupid]
1 parent d20e654 commit dcc68d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipfshttpclient/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def _request(self, method, url, params, stream=False, files=None,
294294
headers["Connection"] = "close"
295295

296296
auth = None
297-
print(username, password, username or password)
298297
if username or password:
299298
auth = (username, password)
300299

0 commit comments

Comments
 (0)