From cd983844fa61200daaa97abed0714c3826a90663 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 19 Jul 2022 20:11:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20Remove=20debug=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/ULightManager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/ULightManager.pas b/Client/ULightManager.pas index 3b434e6..84828da 100644 --- a/Client/ULightManager.pas +++ b/Client/ULightManager.pas @@ -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;