Skip to content

Commit

Permalink
Remove log statement and commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Jan 21, 2024
1 parent fe464c3 commit 61ca96e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function createUrl() {
url: url.value,
}),
onResponseError: async (context) => {
// var body = await context.response.json();;
var body = await context.response._data;
var errors = body.error;
toast.add({
Expand All @@ -49,8 +48,6 @@ async function createUrl() {
},
});
console.log(response)
toast.add({
title: 'Url Shortened!',
color: 'green',
Expand Down

0 comments on commit 61ca96e

Please sign in to comment.