From 0a39e186b91a3c0574ebadd06fedccd5a7e36576 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:17:07 +0100 Subject: [PATCH] Reduce log spam --- .../plugins/core/components/ChatGifs/ChatGifsExplore.js | 3 --- 1 file changed, 3 deletions(-) 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() }