Skip to content

Commit f6153cb

Browse files
committed
refactor: ⚰️ Remove old testing code
1 parent c8e0cac commit f6153cb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

layouts/app.vue

+1-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import { OverlayScrollbarsComponent } from "#imports";
4545
const { width } = useWindowSize();
4646
47-
const { n, o_i_d_c, t_e_s_t } = useMagicKeys();
47+
const { n, o_i_d_c } = useMagicKeys();
4848
const tokenData = useTokenData();
4949
const client = useMegalodon(tokenData);
5050
const providers = useSSOConfig();
@@ -80,12 +80,5 @@ watchEffect(async () => {
8080
const json = await response.json();
8181
window.location.href = json.link;
8282
}
83-
if (t_e_s_t.value) {
84-
useEvent("notification:new", {
85-
type: "info",
86-
title: "Test Notification",
87-
message: "This is a test notification",
88-
});
89-
}
9083
});
9184
</script>

0 commit comments

Comments
 (0)