Skip to content

Commit 8a4c7ef

Browse files
committed
Removed logs.
1 parent 2c7365c commit 8a4c7ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/deepcode/lib/modules/BaseDeepCodeModule.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export default abstract class BaseDeepCodeModule implements DeepCode.BaseDeepCod
138138

139139
// Leave viewId undefined to remove the badge from all views
140140
async setLoadingBadge(value: boolean): Promise<void> {
141-
console.error("setLoadingBadge", value);
142141
if (this.progressBadgeResolveFn) this.progressBadgeResolveFn();
143142
if (value) {
144143
// Using closure on this to allow partial binding in arbitrary positions

0 commit comments

Comments
 (0)