diff --git a/www/js/entities/block.js b/www/js/entities/block.js
index c14fa75bf01e25eb8a6f392437786759dd896bb3..3462230d322f53a76b640cecb57570deed428c52 100644
--- a/www/js/entities/block.js
+++ b/www/js/entities/block.js
@@ -119,8 +119,7 @@ Block.prototype.parseTransactions = function(transactions) {
     }, []);
 
     // Special cas for TX to himself
-    if (!obj.error && obj.outputs.length == 0) {
-      console.log('OKOKOK');
+    if (!obj.error && !obj.outputs.length) {
       obj.toHimself = true;
     }