Skip to content

Commit f000032

Browse files
committed
Update utils.js
1 parent 600cb5b commit f000032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const version = '2.0.8';
7171
versionEl.innerText = version;
7272

7373
let logVersion = () => {
74-
console.log('%cCodeit ' + version + (isDev ? ' [dev]' : ''), 'font-style: italic; color: gray');
74+
console.log('%cCodeit ' + version, 'font-style: italic; color: gray');
7575
}
7676

7777
logVersion();

0 commit comments

Comments
 (0)