Skip to content

Commit 7cad54d

Browse files
author
Bot
committed
remove debug code
1 parent 5573485 commit 7cad54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const codemirror = () => import(/* webpackChunkName: "cmLoader" */ '@/cmLoader.j
5252
return module.default;
5353
});
5454
55-
const DEV = process.env.NODE_ENV === 'production'; // dev
55+
const DEV = process.env.NODE_ENV !== 'production';
5656
5757
5858
export default {

0 commit comments

Comments
 (0)