* Remove debug console output

This commit is contained in:
michael 2019-06-10 10:48:41 +00:00
parent f786a75965
commit b8c3a37540

View File

@ -180,7 +180,7 @@ begin
for I:=0 to aSuite.GetChildTestCount-1 do
begin
T:=asuite.GetChildTest(i);
Writeln('Examining ',T.TestSuiteName,'.',T.TestName,' (',t.className,')');
// Writeln('Examining ',T.TestSuiteName,'.',T.TestName,' (',t.className,')');
if T is TTestSuite then
AppendSuite(SU,t as TTestSuite, alevel+1)
else