remove console.log
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user