Skip to content

Commit 76890db

Browse files
committed
Remove console log
1 parent 5001a21 commit 76890db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/src/components/Progress.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ setTimeout(() => {
4343
160 - (160 / langCount) * index
4444
}, ${203})`,
4545
);
46-
console.log(info);
4746
4847
info.style.color = `rgb(${275 - (225 / langCount) * index}, ${
4948
275 - (225 / langCount) * index

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"the-new-css-reset": "^1.4.1"
3232
},
3333
"devDependencies": {
34-
"@mikey-pro/style-guide": "^3.0.7",
34+
"@mikey-pro/style-guide": "^3.0.14",
3535
"css-loader": "^6.5.1",
3636
"eslint": "^8.3.0",
3737
"mini-css-extract-plugin": "^2.4.5",

0 commit comments

Comments
 (0)