From ef0b1aa2121d00f286bbfb5364ce6c404b438735 Mon Sep 17 00:00:00 2001 From: Zane Hitchcox Date: Tue, 14 Mar 2017 22:27:54 -0400 Subject: [PATCH] remove unnecessary comment --- gun.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gun.js b/gun.js index 752bf110..f6038157 100644 --- a/gun.js +++ b/gun.js @@ -1443,7 +1443,6 @@ ;require(function(module){ var Gun = require('./root'); Gun.chain.get = function(key, cb, as){ - //if(!as || !as.path){ var back = this._.root; } // TODO: CHANGING API! Remove this line! if(typeof key === 'string'){ var gun, back = this, cat = back._; var next = cat.next || empty, tmp;