Skip to content
Snippets Groups Projects
Commit ed2c92cf authored by henrikburmann's avatar henrikburmann
Browse files

console log removed

parent 69e4027a
No related branches found
No related tags found
1 merge request!123Delete listing
Pipeline #181390 passed
...@@ -27,7 +27,6 @@ class UserService { ...@@ -27,7 +27,6 @@ class UserService {
} }
async setListingToDeleted(listingId) { async setListingToDeleted(listingId) {
console.log(tokenHeader());
return await axios return await axios
.delete(API_URL + "listing/" + listingId, { .delete(API_URL + "listing/" + listingId, {
headers: tokenHeader() headers: tokenHeader()
......
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