We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d0b2 commit aa074e1Copy full SHA for aa074e1
src/vs/workbench/services/search/node/textSearch.ts
@@ -72,7 +72,6 @@ export class Engine implements ISearchEngine<ISerializedFileMatch> {
72
};
73
74
const unwind = (processed: number) => {
75
- console.log(`unwind`);
76
this.processedBytes += processed;
77
78
// Emit progress() unless we got canceled or hit the limit
0 commit comments