Removed misplaced comment

This commit is contained in:
Jeffrey Stone 2019-07-16 08:55:44 -04:00
parent 6336c5e738
commit 020846f83f
1 changed files with 0 additions and 1 deletions

View File

@ -534,7 +534,6 @@ script:
{% endmacro %} {% endmacro %}
{% macro chores() %} {% macro chores() %}
# Daily Morning Chore Reminders
{% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %} {% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %}
Don't forget to make your beds! Don't forget to make your beds!
{% endif %} {% endif %}