mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
chore: remove console logs of failed lines
This commit is contained in:
parent
7e32c78c15
commit
c74068a6af
1 changed files with 2 additions and 2 deletions
|
|
@ -281,8 +281,8 @@ function convertStringToLog(logString) {
|
|||
body: body || "",
|
||||
});
|
||||
} else {
|
||||
console.log({ hash, shortHash, title, body });
|
||||
console.warn("skipping line due to invalid format: " + line);
|
||||
// console.log({ hash, shortHash, title, body });
|
||||
// console.warn("skipping line due to invalid format: " + line);
|
||||
}
|
||||
}
|
||||
return log;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue