Remove some debug logging code

This commit is contained in:
lideming 2021-02-18 02:12:54 +08:00
parent cbf74c247e
commit 8ea2214243

View file

@ -51,9 +51,6 @@ exports.network_detail = async function(req, res) {
whence: '/controller/networks'
}
console.log('NAVIGATE = ' + navigate.toString());
console.log(util.inspect(navigate, false, null, true /* enable colors */))
try {
const network = await zt.network_detail(req.params.nwid);
const member_ids = await zt.members(req.params.nwid);