remove debugging console

This commit is contained in:
pablof7z 2023-03-16 16:59:28 +01:00
parent 37f0064d3e
commit e07a856deb

View file

@ -50,9 +50,6 @@ class NstrAdapter {
let filters = []; let filters = [];
console.log('this.tags', this.tags);
console.log('this.referenceTags', this.referenceTags);
// handle subscriptions // handle subscriptions
// if this is DM type then subscribe to chats with this website owner // if this is DM type then subscribe to chats with this website owner
switch (this.type) { switch (this.type) {