Skip to content

Commit 5a175e9

Browse files
luizhf42otavio
authored andcommitted
chore(ui): remove console.log
1 parent b5e9773 commit 5a175e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/router/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ export const routes: Array<RouteRecordRaw> = [
185185
path: "/sign-up",
186186
name: "SignUp",
187187
beforeEnter: (to, from, next) => {
188-
console.log(envVariables);
189188
if (!envVariables.isCloud && !useUsersStore().systemInfo.setup) {
190189
next({ name: "Setup" });
191190
}

0 commit comments

Comments
 (0)