Skip to content

Commit

Permalink
reduce logging in jacdac
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 5, 2023
1 parent 9de36b6 commit d9c6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rolemgr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ namespace jacdac._rolemgr {
// exclude hosts that have already everything bound
servers = servers.filter(h => !h.fullyBound)

console.log(`binding: ${servers.length} servers`)
//console.log(`binding: ${servers.length} servers`)

while (servers.length > 0) {
// Get host with maximum number of clients (resolve ties by name)
Expand Down

0 comments on commit d9c6d1d

Please sign in to comment.