Skip to content

Commit

Permalink
feat: recovery for simulator crash implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
niladrix719 authored Mar 20, 2024
1 parent 01b4926 commit 4466f7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulator/src/data/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ export default async function save() {
var checkForAutosave = 1;

export async function autosave() {
console.log('autosave')
var circuitData = await generateSaveData('Untitled');
localStorage.setItem('autosave', circuitData);
}
Expand Down

0 comments on commit 4466f7f

Please sign in to comment.