Fixed weirdness with 24 hour presentation.

This commit is contained in:
Storm dragon 2016-01-29 15:46:44 -05:00
parent 4b88a337cf
commit 2369a69e2b
1 changed files with 0 additions and 2 deletions

View File

@ -345,8 +345,6 @@ if [ "$speakTime" == "true" ] ; then
timeStringHour="$(date +'%-H')"
if [ $timeStringHour -eq "0" ]; then
timeString="zero"
elif [ $timeStringHour -lt 10 ]; then
timeString="O $(number_to_text $timeStringHour)"
else
timeString="$(number_to_text $timeStringHour)"
fi