We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7365c commit 8a4c7efCopy full SHA for 8a4c7ef
1 file changed
src/deepcode/lib/modules/BaseDeepCodeModule.ts
@@ -138,7 +138,6 @@ export default abstract class BaseDeepCodeModule implements DeepCode.BaseDeepCod
138
139
// Leave viewId undefined to remove the badge from all views
140
async setLoadingBadge(value: boolean): Promise<void> {
141
- console.error("setLoadingBadge", value);
142
if (this.progressBadgeResolveFn) this.progressBadgeResolveFn();
143
if (value) {
144
// Using closure on this to allow partial binding in arbitrary positions
0 commit comments