From be4923be19867c24fd916aa7437fe78784ce3b9d Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 14 Feb 2024 14:09:01 +0200 Subject: [PATCH] Strip debugging echo in threadsync tests. --- tests/testthreadsync.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthreadsync.nim b/tests/testthreadsync.nim index cf7aada..f6b6bcc 100644 --- a/tests/testthreadsync.nim +++ b/tests/testthreadsync.nim @@ -43,7 +43,6 @@ const suite "Asynchronous multi-threading sync primitives test suite": teardown: - echo GC_getStatistics() checkLeaks() proc setResult(thr: ThreadResultPtr, value: int) =