We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600cb5b commit f000032Copy full SHA for f000032
utils.js
@@ -71,7 +71,7 @@ const version = '2.0.8';
71
versionEl.innerText = version;
72
73
let logVersion = () => {
74
- console.log('%cCodeit ' + version + (isDev ? ' [dev]' : ''), 'font-style: italic; color: gray');
+ console.log('%cCodeit ' + version, 'font-style: italic; color: gray');
75
}
76
77
logVersion();
0 commit comments