From 200985a544f4c54fab222e5f9b80be99f7addd54 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 2 Jun 2021 14:38:32 +0100 Subject: cleaned up old comment --- tw_hooks/on-add_scheduled_work_task.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl index 64f11d1..6ddc999 100755 --- a/tw_hooks/on-add_scheduled_work_task.pl +++ b/tw_hooks/on-add_scheduled_work_task.pl @@ -16,9 +16,6 @@ sub parse_scheduled { return DateTime::Format::ISO8601->parse_datetime($sched_date); } -# ALGORITHM -# Parse the scheduled attribute from TW - my %token_regexes = ( tdelta => qr/\+(\d+)/, # +INT (see remind man page) trepeat => qr/\*(\d+)/, # *INT (see remind man page) -- cgit v1.2.3