Skip to content
Snippets Groups Projects
Commit f719d03a authored by Gilgard's avatar Gilgard
Browse files

remove consol log

parent 14a41f5e
No related branches found
No related tags found
1 merge request!133Edit listing
Pipeline #181691 failed
......@@ -373,7 +373,7 @@ export default {
fileReader.onloadend = async function () {
const res = fileReader.result;
const id = await postNewImageCommunity(res);
console.log(id);
const API_URL = process.env.VUE_APP_BASEURL;
that.item.imagesToSend.push(API_URL + "images/" + id);
that.item.images.push(API_URL + "images/" + id)
......
......@@ -289,7 +289,6 @@ export default {
async beforeMount() {
await this.getUserListingsFromAPI();
this.updateVisibleTodos();
console.log("hei");
},
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment