Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Oct 6, 2017
1 parent a42f794 commit da37034
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vs/workbench/parts/files/browser/views/explorerViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ export class FileDragAndDrop extends SimpleFileResourceDragAndDrop {
constructor(
@IMessageService private messageService: IMessageService,
@IWorkspaceContextService private contextService: IWorkspaceContextService,
@IProgressService private progressService: IProgressService,
@IFileService private fileService: IFileService,
@IConfigurationService private configurationService: IConfigurationService,
@IInstantiationService private instantiationService: IInstantiationService,
Expand Down Expand Up @@ -896,8 +895,6 @@ export class FileDragAndDrop extends SimpleFileResourceDragAndDrop {
}
}

this.progressService.showWhile(promise, 800);

promise.done(null, errors.onUnexpectedError);
}

Expand Down

0 comments on commit da37034

Please sign in to comment.