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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

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;
}