remove console log

This commit is contained in:
sadnub
2021-04-02 15:53:39 -04:00
parent f1c27c3959
commit 1a2ff851f3

View File

@@ -162,7 +162,6 @@ export default {
})
.catch(e => {
this.$q.loading.hide();
console.log({ e });
this.notifyError(e.response.data.non_field_errors, 4000);
});
},