remove console log

This commit is contained in:
Max Bradbury 2021-07-03 11:28:33 +01:00
parent e6fda7266e
commit f224fe1e27

View File

@ -152,7 +152,6 @@ async function run() {
function checkGameData() {
let result = load_game(textareaGameDataInput.value)
console.log(result);
if (result === "Loaded game") {
buttonGameDataProceed.removeAttribute("disabled");