Remove debug logs that are not actionable but numerous (#2030)
This commit is contained in:
parent
33bfda9879
commit
7b86a2015f
|
@ -174,9 +174,6 @@ export class ClearcutLogger {
|
||||||
const returnVal = {
|
const returnVal = {
|
||||||
nextRequestWaitMs: Number(ms),
|
nextRequestWaitMs: Number(ms),
|
||||||
};
|
};
|
||||||
if (this.config?.getDebugMode()) {
|
|
||||||
console.log('Clearcut response: ', returnVal);
|
|
||||||
}
|
|
||||||
return returnVal;
|
return returnVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue