From ccda4902b9f1445e555810f82c480c8562a1c435 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 14 Jun 2019 19:16:04 -0300
Subject: [PATCH] garbage collection done wrong

---
 bin/monitor.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bin/monitor.js b/bin/monitor.js
index 58bdfbd..a1f8037 100755
--- a/bin/monitor.js
+++ b/bin/monitor.js
@@ -72,9 +72,6 @@ function    dnspeercachelookup()
                 web3.bfa.admin.addPeer( enode );
             }
         }
-        // Can we cleanup / commit suicide like this?
-        if ( this.readyState > 3 )
-            this                =   null;
     };
     // Robert runs a private little cheat registry on his private domain
     // for fast update times. Can easily be moved to a hints.bfa.ar zone
-- 
GitLab