🔇 Remove debug log

This commit is contained in:
Andreas Schneider 2022-07-19 20:11:08 +02:00
parent 7a67e62398
commit cd983844fa
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ var
s: string;
i, id, col, r, g, b: Integer;
begin
writeln('Loading Colors from ', AFileName); //TODO
//writeln('Loading Colors from ', AFileName); //TODO
for i := 1 to ColorsCount do begin
FLightColors[i].R := 1.0;
FLightColors[i].G := 1.0;