don't output ~40MB to console.dir
All checks were successful
/ mirror_to_github (push) Successful in 20s
/ test (push) Successful in 3s

This commit is contained in:
Leon van Kammen 2024-10-30 13:31:30 +00:00
parent 8375e5f1b5
commit 277dafbd36

View file

@ -25,7 +25,6 @@ if( typeof emulator != 'undefined' ){
localforage.setItem("state", ISOTerminal.prototype.convert.arrayBufferToBase64(state) )
console.log("state saved")
})
console.dir(state)
}