Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Jan 8, 2024
1 parent c411851 commit 12004ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ if(sessionStorage.getItem("data-protection")){
document.querySelector("#data-protection").remove();
}

//if(localStorage.getItem("gpt4")){
// document.querySelector("#gpt4").remove();
//}

function modalClick(element){
sessionStorage.setItem(element.id, "true")
element.remove();
Expand Down

0 comments on commit 12004ae

Please sign in to comment.