remove console message
This commit is contained in:
@ -376,7 +376,6 @@ export default {
|
|||||||
// this.genericAPI inherited from ApiMixin
|
// this.genericAPI inherited from ApiMixin
|
||||||
refreshData: function (random) {
|
refreshData: function (random) {
|
||||||
this.random_search = random
|
this.random_search = random
|
||||||
console.log(this.debug, typeof this.debug)
|
|
||||||
let params = {
|
let params = {
|
||||||
query: this.settings.search_input,
|
query: this.settings.search_input,
|
||||||
keywords: this.settings.search_keywords,
|
keywords: this.settings.search_keywords,
|
||||||
|
Reference in New Issue
Block a user