~proycon/todotxt-more

df0af780c9fa814d8ed88969ac8e0e4d13996522 — Maarten van Gompel 1 year, 6 months ago 40b63ca
cleanup
1 files changed, 0 insertions(+), 5 deletions(-)

M todo.actions.d/timetrack
M todo.actions.d/timetrack => todo.actions.d/timetrack +0 -5
@@ 146,11 146,6 @@ case $action in
        ;;
    "log")
        #add an idle entry so we catch the current item as well if needed
       #if [ "$totimestamp" -ge "$(date +%s)" ]; then
       #    echo "$NOW now" > /tmp/timetrack.idle
       #else
       #    echo >/tmp/timetrack.idle
       #fi
        "$SCRIPTDIR/helpers/timetrack_log.py" "$TIMETRACK_FILE" $@
        ;;
    summary)