mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-21 11:56:55 +02:00
Remove some debug logging code
This commit is contained in:
parent
cbf74c247e
commit
8ea2214243
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue