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

This commit is contained in:
Leon van Kammen 2024-10-30 13:31:30 +00:00
parent 8375e5f1b5
commit 277dafbd36
1 changed files with 0 additions and 1 deletions

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)
}