Skip to content

Commit 7d6b573

Browse files
committed
rm debug component
1 parent d506946 commit 7d6b573

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/platform-ui/src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<SkMouseTrapToolTip hotkey="m" command="Toggle Menu" highlight-effect="none" position="right">
4545
<v-app-bar-nav-icon @click.stop="toggleDrawer"></v-app-bar-nav-icon>
4646
</SkMouseTrapToolTip>
47-
<v-chip color="red" class="mr-2">TESTING123</v-chip>
4847
<v-spacer></v-spacer>
4948
<user-login-and-registration-container
5049
:show-registration="isRegistrationEnabled()"
@@ -112,7 +111,6 @@ const rail = ref(false);
112111
const ready = ref(false);
113112
114113
const handleSignupSuccess = ({ username }: { username: string }) => {
115-
console.log('Signup successful, redirecting to:', `/u/${username}/new`);
116114
router.push(`/u/${username}/new`);
117115
};
118116

0 commit comments

Comments
 (0)