Remove debug logs that are not actionable but numerous (#2030)

This commit is contained in:
anj-s
2025-06-28 19:33:53 -07:00
committed by GitHub
parent 33bfda9879
commit 7b86a2015f

View File

@@ -174,9 +174,6 @@ export class ClearcutLogger {
const returnVal = {
nextRequestWaitMs: Number(ms),
};
if (this.config?.getDebugMode()) {
console.log('Clearcut response: ', returnVal);
}
return returnVal;
}