remove unnecessary comment

This commit is contained in:
Zane Hitchcox 2017-03-14 22:27:54 -04:00 committed by GitHub
parent 7e61d36a2a
commit ef0b1aa212

1
gun.js
View File

@ -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;