diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 2875547175..71e644259b 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -38,7 +38,6 @@ module.exports = class CompileTab { maxTime: 1000, timeout: 300 } - self._opts.config.set('hideWarnings', false) self._events.editor.register('contentChanged', scheduleCompilation) self._events.editor.register('sessionSwitched', scheduleCompilation) function scheduleCompilation () {