remove console message

This commit is contained in:
smilerz 2021-12-16 09:20:56 -06:00
parent 3516505dd1
commit ea62c10d9a

View File

@ -376,7 +376,6 @@ export default {
// this.genericAPI inherited from ApiMixin
refreshData: function (random) {
this.random_search = random
console.log(this.debug, typeof this.debug)
let params = {
query: this.settings.search_input,
keywords: this.settings.search_keywords,