From 7cb187907dc5a53682ab431fe3801d7aab6740c9 Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Wed, 22 Jan 2020 13:22:43 +1300 Subject: [PATCH] Remove alert --- ui/component/viewers/codeViewer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/viewers/codeViewer.jsx b/ui/component/viewers/codeViewer.jsx index 96dd3115d..1f9eac8aa 100644 --- a/ui/component/viewers/codeViewer.jsx +++ b/ui/component/viewers/codeViewer.jsx @@ -42,7 +42,7 @@ class CodeViewer extends React.PureComponent { componentDidMount() { const me = this; const { theme, contentType } = me.props; - alert(theme); + // Init CodeMirror import( /* webpackChunkName: "codemirror" */