aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-06-02 14:38:32 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-06-02 14:38:32 +0100
commit200985a544f4c54fab222e5f9b80be99f7addd54 (patch)
treede3ef969c572da90f115904281b9e2c9174dafb8
parent49f38c740bb338ba3633a5833236503ba90185c1 (diff)
cleaned up old comment
-rwxr-xr-xtw_hooks/on-add_scheduled_work_task.pl3
1 files changed, 0 insertions, 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)