summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--testament/tester.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/tester.nim b/testament/tester.nim
index d8b3fcfcc..2a8d0f5c8 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())