Skip to content

Commit 0047ee7

Browse files
committed
Hide console log
1 parent e3e8871 commit 0047ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text-engine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function generateText(lastUpdate: ControllerResult_TraceDone) {
5050
}
5151
}
5252

53-
console.log(portions.map(p => p.hops.map(h => h.kind === 'Done' ? h.hostname ?? h.ip : '(pending)')))
53+
// console.log(portions.map(p => p.hops.map(h => h.kind === 'Done' ? h.hostname ?? h.ip : '(pending)')))
5454

5555
// Yeet the last portion into its own variable
5656
const lastHops = portions.pop()!.hops

0 commit comments

Comments
 (0)