From 3a30543705cb40669ba56bd89e897f763ff906d3 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 15 May 2024 12:47:05 +0200 Subject: [PATCH] Removes prints --- leveldbstatic/raw.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/leveldbstatic/raw.nim b/leveldbstatic/raw.nim index 580d8fa..e15b74d 100644 --- a/leveldbstatic/raw.nim +++ b/leveldbstatic/raw.nim @@ -20,9 +20,7 @@ static: proc doesCompile(cfile: string): int = let rv = gorgeEx("gcc " & cfile) if rv[1] == 0: - echo "YES: " & cfile return 1 - echo "NO: " & cfile return 0 {.passc: "-DHAVE_FDATASYNC=" & $doesCompile(checkers/"check_fdatasync.c").}