Skip to content

Commit 7b04506

Browse files
committed
Remove extra snapshot prints
1 parent ec2629c commit 7b04506

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/kotlin/be/ugent/topl/mio/debugger/Debugger.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,12 @@ open class Debugger(private val connection: Connection, start: Boolean = true, p
425425
}
426426

427427
fun snapshot(): String {
428-
println("Taking snapshot")
429428
send(60)
430429
return messageQueue.waitForResponse {
431430
WOODState.fromLine(it)
432431
}.first
433432
}
434433
fun snapshotFull(): Pair<String, WOODDumpResponse> {
435-
println("Taking snapshot")
436434
send(60)
437435
return messageQueue.waitForResponse {
438436
WOODState.parseSnapshot(it)

0 commit comments

Comments
 (0)