Skip to content

Commit

Permalink
Minor deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyaPA committed Dec 14, 2023
1 parent 403d6ce commit 0386eab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/components/engineUI/EngineUI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
import { engineStore } from "$lib/globalState/engines";
let showUnsavedChanges = false;
$: if (!$showEngineUI && checkIfChanged()) {
showUnsavedChanges = false;
}
/**
* Close the unsaved changes modal
Expand Down Expand Up @@ -118,8 +115,6 @@
engine.useBundle,
);
}
console.log($showEngineUI);
</script>

<Modal show={$showEngineUI}>
Expand Down

0 comments on commit 0386eab

Please sign in to comment.