diff --git a/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifsExplore.js b/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifsExplore.js index df825b74..009297fd 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifsExplore.js +++ b/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`
@@ -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() }