Skip to content

Commit

Permalink
remove another log
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Aug 12, 2023
1 parent cec2f3c commit f59767b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/pages/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const setupAccount = async () => {
throw new Error('You must use an https hostname');
}
console.log('before trying');
const parsedUrl = new URL(url.value!);
if (!(await appStore.checkURL(parsedUrl))) return;
Expand Down

0 comments on commit f59767b

Please sign in to comment.