re-enable all stats for demo/testing peers

This commit is contained in:
Mark Nadal 2019-12-30 12:26:22 -08:00
parent 14ebd73d80
commit 4bb9d2dd51

View File

@ -2,7 +2,7 @@
var Gun = require('../gun'), u;
Gun.serve = require('./serve');
//process.env.GUN_ENV = process.env.GUN_ENV || 'debug';
//console.LOG = true; // only temporarily, REVERT THIS IN FUTURE!
console.LOG = true; // only temporarily, REVERT THIS IN FUTURE!
Gun.on('opt', function(root){
if(u === root.opt.super){
root.opt.super = true;