Skip to content

Commit 5700b64

Browse files
authored
Remove debug logs that are not actionable but numerous (google-gemini#2030)
1 parent a147661 commit 5700b64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/telemetry/clearcut-logger/clearcut-logger.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ export class ClearcutLogger {
174174
const returnVal = {
175175
nextRequestWaitMs: Number(ms),
176176
};
177-
if (this.config?.getDebugMode()) {
178-
console.log('Clearcut response: ', returnVal);
179-
}
180177
return returnVal;
181178
}
182179

0 commit comments

Comments
 (0)