remove console.log

This commit is contained in:
smilerz
2021-12-19 11:31:16 -06:00
parent cf3ddfc610
commit 1a99a2d6f1

View File

@ -396,7 +396,6 @@ export default {
if (!this.searchFiltered) {
params.options = { query: { last_viewed: this.settings.recently_viewed } }
}
console.log(2, params)
this.genericAPI(this.Models.RECIPE, this.Actions.LIST, params).then((result) => {
window.scrollTo(0, 0)
this.pagination_count = result.data.count