diff --git a/src/core/http.ts b/src/core/http.ts index 6529bde..d153824 100644 --- a/src/core/http.ts +++ b/src/core/http.ts @@ -109,10 +109,6 @@ export class HttpClient { ...options.headers, }; - if (path.startsWith("/v1/pubsub/publish")) { - console.log("publish headers", headers); - } - // Debug: Log headers being sent if ( typeof console !== "undefined" &&