Skip to content

Commit 467484f

Browse files
committed
Remove forgotten console.log (from debug session)
1 parent 23da3e9 commit 467484f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/http_wasm.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ class HTTPWasmClient : public HTTPClient {
546546
post_payload[iii] = Module.HEAPU8[iii + $4];
547547
}
548548
xhr.send(post_payload);
549-
console.log(xhr.getResponseHeader("ETAG"));
550549
} catch {
551550
return 0;
552551
}

0 commit comments

Comments
 (0)