mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-12 18:28:50 +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,
|
...options.headers,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (path.startsWith("/v1/pubsub/publish")) {
|
|
||||||
console.log("publish headers", headers);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Debug: Log headers being sent
|
// Debug: Log headers being sent
|
||||||
if (
|
if (
|
||||||
typeof console !== "undefined" &&
|
typeof console !== "undefined" &&
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user