fix jshint

This commit is contained in:
antelle 2016-07-30 23:52:10 +03:00
parent 23f69c82ed
commit bd30f84f4c
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ var AppView = Backbone.View.extend({
Backbone.trigger('main-window-will-close', exitEvent);
if (exitEvent.prevented) {
Launcher.preventExit(e);
console.log('prevented');
return;
}
if (this.model.files.hasDirtyFiles()) {