mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-11 01:58:49 +00:00
Remove debug logging for publish headers in HttpClient to streamline header management and reduce console output.
This commit is contained in:
parent
fa357668cb
commit
0e95ad49c5
@ -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" &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user