We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098445d commit 75f39a0Copy full SHA for 75f39a0
lightbug_http/sys/client.mojo
@@ -94,7 +94,6 @@ struct MojoClient(Client):
94
var conn = create_connection(self.fd, host_str, port)
95
96
var req_encoded = encode(req, uri)
97
- print(String(req_encoded))
98
var bytes_sent = conn.write(req_encoded)
99
if bytes_sent == -1:
100
raise Error("Failed to send message")
0 commit comments