diff --git a/scripts/games/app.js b/scripts/games/app.js index 142644f..56979c6 100644 --- a/scripts/games/app.js +++ b/scripts/games/app.js @@ -133,7 +133,6 @@ try { }); } - // Create the markdown file to be displayed in Hugo. let title = game.replace(/-/g, ' ').slice(0, -3); var stats = fs.statSync(`${inputDirectoryGame}/${game}/game.dat`);