TvPlanIt: Remove debug messages from TVpClock code.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8222 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-03-22 22:20:47 +00:00
parent 9440285775
commit 94a03d681b

View File

@ -732,11 +732,6 @@ begin
exit;
elapsed := now - FTimeStarted;
Write('Now: ', FormatDateTime('hh:nn:ss', now), ', Elapsed: ', FormatDateTime('hh:nn:ss', elapsed));
Write(' TimeStarted: ', FormatDateTime('hh:nn:ss', FTimeStarted));
WriteLn(' CountdownStartTime: ', FormatDateTime('hh:nn:ss', FCountdownStartTime));
case FClockMode of
cmClock:
begin { Clock }