Found this console.log that had slipped into the production code for mixFetch (TypeScript SDK):
|
console.log({ workerResponse }); |
Because mixFetch is a library, it shouldn't be logging to the console, but instead logging to some log utility configured by the user. This way the user can opt-in/out of logging.