mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 21:29:04 +02:00
* Remove debug console output
This commit is contained in:
parent
f786a75965
commit
b8c3a37540
@ -180,7 +180,7 @@ begin
|
|||||||
for I:=0 to aSuite.GetChildTestCount-1 do
|
for I:=0 to aSuite.GetChildTestCount-1 do
|
||||||
begin
|
begin
|
||||||
T:=asuite.GetChildTest(i);
|
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
|
if T is TTestSuite then
|
||||||
AppendSuite(SU,t as TTestSuite, alevel+1)
|
AppendSuite(SU,t as TTestSuite, alevel+1)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user