diff --git a/statusbot.pas b/statusbot.pas index 2f260bd..29b6703 100644 --- a/statusbot.pas +++ b/statusbot.pas @@ -167,11 +167,6 @@ begin begin LastCheckedMinute := CurrentMinute; - WriteLn(Format('[%s] Current time: %s | Waiting for: %s %02d:%02d', - [FormatDateTime('yyyy-mm-dd hh:nn', SysUtils.Now), - FormatDateTime('ddd hh:nn', SysUtils.Now), - DAY_NAMES[TargetDow], TargetHour, TargetMinute])); - if ShouldFire(TargetDow, TargetHour, TargetMinute) then begin if not Fired then