Browse Source

Reduce log spam

q-apps
AlphaX-Projects 2 years ago
parent
commit
0a39e186b9
  1. 3
      qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifsExplore.js

3
qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifsExplore.js

@ -97,8 +97,6 @@ class ChatGifsExplore extends LitElement {
}
render() {
console.log(18, "chat-gifs-explore-here");
console.log(this.searchCollectionName, "search collection name");
return html`
<div id='viewElement' class='container-body'>
<div class='search-collection-wrapper'>
@ -111,7 +109,6 @@ class ChatGifsExplore extends LitElement {
e.target.value;
}}
@keyup=${async (e) => {
console.log(e.key);
if (e.key === 'Enter' && this.searchCollectionName) {
await this.searchCollections()
}

Loading…
Cancel
Save