Remove debug logging for publish headers in HttpClient to streamline header management and reduce console output.

This commit is contained in:
anonpenguin23 2025-10-29 06:54:02 +02:00
parent fa357668cb
commit 0e95ad49c5

View File

@ -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" &&