From 14e378de3d656b46ab21a52095846ce087b754e6 Mon Sep 17 00:00:00 2001
From: ubermanu <e.vodor@gmail.com>
Date: Thu, 18 Mar 2021 18:25:54 +0100
Subject: [PATCH] remove log

---
 src/plugins/sib-reactions.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/plugins/sib-reactions.js b/src/plugins/sib-reactions.js
index 8565285..bd19417 100644
--- a/src/plugins/sib-reactions.js
+++ b/src/plugins/sib-reactions.js
@@ -114,9 +114,6 @@ converse.plugins.add('sib-reactions', {
         message.set({ 'reactions': {}, 'reactions_order': [] });
         message.save({ reactions, reactions_order });
       }
-
-      // TODO: Remove
-      console.log('sendReactionStanza', msg.toString());
     }
 
     /**
@@ -266,7 +263,6 @@ converse.plugins.add('sib-reactions', {
 
         // Position the emoji picker according to the current target
         // TODO: Clean this part, maybe look for a lib that does the job
-        // TODO: Check if it's ok on mobile devices
         // TODO: Add transition animation when showing
         let tr = ev.target.getBoundingClientRect();
         let docEl = document.documentElement;
-- 
GitLab