Skip to content

Commit

Permalink
chore: 🔊 🔨 remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Nov 5, 2024
1 parent 5a3d124 commit 73075f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const props = defineProps({
const statusCode = props.error?.statusCode ?? 500;
// console.error(props.error);
console.error(props.error.statusMessage);
const showNotAuthorizedError = ref(false);
const orgNotAuthorizedError = ref(false);
const accountNotAuthorizedError = ref(false);
Expand Down Expand Up @@ -45,7 +42,6 @@ if (props.error) {
});
}
} else if (statusCode === 401 && errorCode === "not-signed-in") {
console.log("props", props);
const redirectPath = encodeURIComponent(urlVisiting);
try {
Expand All @@ -58,7 +54,6 @@ if (props.error) {
}
}
else {
console.log("DFLSJDFL:KJSD")
push.error({
title: "Something went wrong",
});
Expand Down

0 comments on commit 73075f0

Please sign in to comment.