From f7be9f2097692e110ef7406d8a2da8a1909a53c5 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 9 Feb 2017 16:23:25 +0100
Subject: [PATCH] JSHint

---
 www/js/entities/block.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/js/entities/block.js b/www/js/entities/block.js
index c14fa75bf..3462230d3 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;
     }
 
-- 
GitLab