mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-05 01:33:44 +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'
|
whence: '/controller/networks'
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('NAVIGATE = ' + navigate.toString());
|
|
||||||
console.log(util.inspect(navigate, false, null, true /* enable colors */))
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const network = await zt.network_detail(req.params.nwid);
|
const network = await zt.network_detail(req.params.nwid);
|
||||||
const member_ids = await zt.members(req.params.nwid);
|
const member_ids = await zt.members(req.params.nwid);
|
||||||
|
|
Loading…
Add table
Reference in a new issue