You've already forked lazarus-ccr
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:
@ -732,11 +732,6 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
|
|
||||||
elapsed := now - FTimeStarted;
|
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
|
case FClockMode of
|
||||||
cmClock:
|
cmClock:
|
||||||
begin { Clock }
|
begin { Clock }
|
||||||
|
Reference in New Issue
Block a user