mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
removed console log
This commit is contained in:
parent
dbc78449e2
commit
cef0f70975
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ export const colorVars = [
|
|||
|
||||
async function updateFavicon(size, curveSize) {
|
||||
setTimeout(() => {
|
||||
console.log("fav");
|
||||
domtoimage
|
||||
.toPng(document.querySelector(".logo .icon"))
|
||||
.then(function (dataUrl) {
|
||||
|
|
Loading…
Reference in a new issue