From e07a856debb1c9089ff69d494aeda8fd2cda7d81 Mon Sep 17 00:00:00 2001 From: pablof7z Date: Thu, 16 Mar 2023 16:59:28 +0100 Subject: [PATCH] remove debugging console --- src/lib/adapters/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/adapters/index.js b/src/lib/adapters/index.js index 63cd521..53f6001 100644 --- a/src/lib/adapters/index.js +++ b/src/lib/adapters/index.js @@ -50,9 +50,6 @@ class NstrAdapter { let filters = []; - console.log('this.tags', this.tags); - console.log('this.referenceTags', this.referenceTags); - // handle subscriptions // if this is DM type then subscribe to chats with this website owner switch (this.type) {