Removes console log.
This commit is contained in:
parent
753ebb42df
commit
016bba7cbc
|
@ -21,7 +21,7 @@ export const fetchItems = ({ rootGetters, dispatch, commit }, { collectionId, is
|
||||||
|
|
||||||
if (!isOnTheme)
|
if (!isOnTheme)
|
||||||
endpoint = endpoint + 'context=edit&'
|
endpoint = endpoint + 'context=edit&'
|
||||||
console.log(postQueries.fetch_only);
|
|
||||||
if (qs.stringify(postQueries.fetch_only['meta']) != '') {
|
if (qs.stringify(postQueries.fetch_only['meta']) != '') {
|
||||||
axios.tainacan.get(endpoint + qs.stringify(postQueries))
|
axios.tainacan.get(endpoint + qs.stringify(postQueries))
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
|
Loading…
Reference in New Issue