We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d611a + bf0754f commit 9e36a90Copy full SHA for 9e36a90
1 file changed
src/uipath/_cli/_auth/_auth_server.py
@@ -62,8 +62,6 @@ def do_POST(self):
62
)
63
json.dump(logs, f, indent=2)
64
f.write("\n")
65
- print(logs)
66
- print("Received log data")
67
self.send_response(200)
68
self.end_headers()
69
self.wfile.write(b"Log received")
0 commit comments