Remove alert

This commit is contained in:
Yamboy1 2020-01-22 13:22:43 +13:00 committed by Sean Yesmunt
parent 7e78c76e74
commit 7cb187907d

View file

@ -42,7 +42,7 @@ class CodeViewer extends React.PureComponent<Props> {
componentDidMount() {
const me = this;
const { theme, contentType } = me.props;
alert(theme);
// Init CodeMirror
import(
/* webpackChunkName: "codemirror" */