diff options
author | Araq <rumpf_a@web.de> | 2018-11-23 11:59:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:59:59 +0100 |
commit | 2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 (patch) | |
tree | f8c27a355f1938152d0bc993ac898ba425abf713 | |
parent | e07188b79e884cf0a301f941dfb9074b81040d34 (diff) | |
download | Nim-2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90.tar.gz |
testament: remove debugging echo
-rw-r--r-- | testament/tester.nim | 1 |
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()) |