don't output ~40MB to console.dir
This commit is contained in:
parent
8375e5f1b5
commit
277dafbd36
|
@ -25,7 +25,6 @@ if( typeof emulator != 'undefined' ){
|
|||
localforage.setItem("state", ISOTerminal.prototype.convert.arrayBufferToBase64(state) )
|
||||
console.log("state saved")
|
||||
})
|
||||
console.dir(state)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue