Removes console log.

This commit is contained in:
mateuswetah 2018-06-01 21:12:22 -03:00
parent 753ebb42df
commit 016bba7cbc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export const fetchItems = ({ rootGetters, dispatch, commit }, { collectionId, is
if (!isOnTheme)
endpoint = endpoint + 'context=edit&'
console.log(postQueries.fetch_only);
if (qs.stringify(postQueries.fetch_only['meta']) != '') {
axios.tainacan.get(endpoint + qs.stringify(postQueries))
.then(res => {