From 2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 23 Nov 2018 11:59:59 +0100 Subject: [PATCH] testament: remove debugging echo --- testament/tester.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/testament/tester.nim b/testament/tester.nim index d8b3fcfcc1..2a8d0f5c81 100644 --- a/testament/tester.nim +++ b/testament/tester.nim @@ -465,7 +465,6 @@ proc testExec(r: var TResults, test: TTest) = proc makeTest(test, options: string, cat: Category, action = actionCompile, env: string = ""): TTest = # start with 'actionCompile', will be overwritten in the spec: - echo "makeTest: ", test result = TTest(cat: cat, name: test, options: options, action: action, startTime: epochTime())