We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e8871 commit 0047ee7Copy full SHA for 0047ee7
src/text-engine.ts
@@ -50,7 +50,7 @@ export function generateText(lastUpdate: ControllerResult_TraceDone) {
50
}
51
52
53
- console.log(portions.map(p => p.hops.map(h => h.kind === 'Done' ? h.hostname ?? h.ip : '(pending)')))
+ // console.log(portions.map(p => p.hops.map(h => h.kind === 'Done' ? h.hostname ?? h.ip : '(pending)')))
54
55
// Yeet the last portion into its own variable
56
const lastHops = portions.pop()!.hops
0 commit comments