diff --git a/src/plugins/sib-reactions.js b/src/plugins/sib-reactions.js
index 8565285722faf7e25fef54e12a0d85d17fc234cc..bd1941725602c393280df3ff53f6cb0ce5ef6033 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;