Skip to content

Commit

Permalink
Remove unused import, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Apr 22, 2024
1 parent 39ee3fe commit 525cc6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/HealthLink.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import QRCode from 'qrcode';
import { getContext, setContext } from 'svelte';
import { getContext } from 'svelte';
import {
Accordion,
AccordionItem,
Expand Down
1 change: 0 additions & 1 deletion src/lib/SessionStatus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// Listen for messages from OP iframe
window.addEventListener('message', processStatus);
// Check session on load
// checkSessionStatus();
let iframe = document.getElementById('opIframe');
iframe?.addEventListener('load', () => {
// Poll the iframe on load
Expand Down

0 comments on commit 525cc6f

Please sign in to comment.