1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-21 06:09:40 +02:00

Removed console Log statements

This commit is contained in:
zackbcom 2021-01-07 23:16:55 -06:00
parent 570dcbaf17
commit b72227e5df
3 changed files with 9 additions and 13 deletions

View file

@ -19,7 +19,6 @@ export default {
async requestByName(name) {
let response = await apiReq.get(settingsURLs.specificTheme(name));
console.log(response);
return response.data;
},