From 020846f83f0307f4f54b0b4a5805dfdee9de9791 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 16 Jul 2019 08:55:44 -0400 Subject: [PATCH] Removed misplaced comment --- packages/notify.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index 469e05f..356a1eb 100755 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -534,7 +534,6 @@ script: {% endmacro %} {% macro chores() %} - # Daily Morning Chore Reminders {% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %} Don't forget to make your beds! {% endif %}