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 f9efd95 commit 13e8074Copy full SHA for 13e8074
lib/include/duckdb/web/http_wasm.h
@@ -26,7 +26,6 @@ class HTTPWasmUtil : public HTTPUtil {
26
public:
27
unique_ptr<HTTPParams> InitializeParameters(optional_ptr<FileOpener> opener,
28
optional_ptr<FileOpenerInfo> info) override {
29
- std::cout << "InitializeParameters\n";
30
return make_uniq<HTTPFSParams>(*this);
31
}
32
unique_ptr<HTTPClient> InitializeClient(HTTPParams &http_params, const string &proto_host_port) override;
0 commit comments