From 7d274bb3c247f1e515eb78e9eb06274c16ed518e Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 8 Nov 2020 17:33:39 +0000 Subject: [PATCH] this function doesn't return anything --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index f7d74e5..73a3d87 100644 --- a/script.js +++ b/script.js @@ -96,7 +96,7 @@ async function run() { } function new_game() { - console.debug(load_default_game()); + load_default_game(); textareaGameDataInput.value = output(); checkGameData(); // we don't need to look at the default game data, so skip ahead to the image page