mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 20:50:03 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user