From 8b8c329fa438702395706e233f2aeb6056a9f1e8 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 21 Sep 2017 21:00:28 +0200 Subject: [PATCH] don't bother with an alert cause the compiler will show a proper message --- src/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.js b/src/app.js index 01ac593ed1..acaaf45358 100644 --- a/src/app.js +++ b/src/app.js @@ -378,8 +378,6 @@ function run () { // FIXME: at some point we should invalidate the browser cache filesProviders['browser'].addReadOnly(url, content) cb(null, content) - } else { - modalDialogCustom.alert('Unable to import: url') } }) })