Skip to content

Commit 84a1fb9

Browse files
committed
Remove unused var
1 parent a8bf07d commit 84a1fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ const head = document.querySelector('head');
4848
let globalCSS = '';
4949
let accent;
5050

51-
let debugMode = false;
52-
5351
window.onload = () => {
5452
if (!document.querySelector('meta[name=viewport]')) {
5553
let metaViewport = document.createElement('meta');

0 commit comments

Comments
 (0)