Skip to content

Commit 175595f

Browse files
authored
fix: Remove console.log (#1003)
1 parent 2846cf8 commit 175595f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/batchUploader.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ export class BatchUploader {
185185
} = this.mpInstance;
186186
const { AstBackgroundEvents } = Constants.FeatureFlags;
187187

188-
const flagValue = getFeatureFlag(AstBackgroundEvents);
189-
if (flagValue) {
190-
console.log('Feature flag value:', flagValue, 'type:', typeof flagValue);
191-
}
192-
193188
if (getFeatureFlag(AstBackgroundEvents)) {
194189
if (_this.shouldDebounceAndUpdateLastASTTime()) {
195190
return;

0 commit comments

Comments
 (0)