1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

eslint cleanup

This commit is contained in:
kkapsner 2019-12-24 00:32:50 +01:00
parent 627ee6d21e
commit 3dc39e11a5
6 changed files with 3 additions and 13 deletions

View file

@ -29,7 +29,6 @@ async function getMessagesInFile(path){
return getMessagesInContent(content);
}
else {
// eslint-disable-next-line no-console
console.log("file does not exist:", path);
return [];
}