Skip to content

Commit aa074e1

Browse files
committed
Remove log
1 parent 8d4d0b2 commit aa074e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/services/search/node/textSearch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export class Engine implements ISearchEngine<ISerializedFileMatch> {
7272
};
7373

7474
const unwind = (processed: number) => {
75-
console.log(`unwind`);
7675
this.processedBytes += processed;
7776

7877
// Emit progress() unless we got canceled or hit the limit

0 commit comments

Comments
 (0)