testament: remove debugging echo

This commit is contained in:
Araq
2018-11-23 11:59:59 +01:00
parent e07188b79e
commit 2d0aa9b72b

View File

@@ -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())