Skip to content

Commit

Permalink
remove redundant fn call
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Nov 27, 2024
1 parent 775c8ad commit e63c152
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ async function processCode(params) {
sessionStorage.clear();
showLoginPage();
processError(params);
} finally {
clearFragment();
}
}

Expand Down

0 comments on commit e63c152

Please sign in to comment.