diff --git a/app.vue b/app.vue index 04af71b..1c4c518 100644 --- a/app.vue +++ b/app.vue @@ -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({ @@ -49,8 +48,6 @@ async function createUrl() { }, }); - console.log(response) - toast.add({ title: 'Url Shortened!', color: 'green',