don't bother with an alert cause the compiler will show a proper message

pull/1/head
yann300 7 years ago
parent 051db2f88c
commit 8b8c329fa4
  1. 2
      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')
}
})
})

Loading…
Cancel
Save