mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 01:28:01 +01:00
Remove log
This commit is contained in:
@@ -72,7 +72,6 @@ export class Engine implements ISearchEngine<ISerializedFileMatch> {
|
||||
};
|
||||
|
||||
const unwind = (processed: number) => {
|
||||
console.log(`unwind`);
|
||||
this.processedBytes += processed;
|
||||
|
||||
// Emit progress() unless we got canceled or hit the limit
|
||||
|
||||
Reference in New Issue
Block a user