From a51d5e696083b11fa0e3aef2a19bc1e86ce99448 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sat, 1 Jan 2022 17:14:03 -0500 Subject: [PATCH] rm test code --- cmd/xfer/from_todo_server_to_pttodo.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/xfer/from_todo_server_to_pttodo.sh b/cmd/xfer/from_todo_server_to_pttodo.sh index 38831e3..152f15d 100644 --- a/cmd/xfer/from_todo_server_to_pttodo.sh +++ b/cmd/xfer/from_todo_server_to_pttodo.sh @@ -7,8 +7,6 @@ TODO_SERVER_LIST="${TODO_SERVER_LIST:-"2548023766"}" main() { set -e set -o pipefail - COMPL=1 LOOPING=1 fetch_tasks_in_list | format_tasks_in_list - return 0 local tasks_in_todo="$(fetch_tasks_in_list | format_tasks_in_list)" local schedule_tasks_in_flight="$(COMPL=1 LOOPING=1 fetch_tasks_in_list | format_tasks_in_list)" echo "{\"todo\": $tasks_in_todo, \"scheduled\": $schedule_tasks_in_flight, \"done\": []}" | yq -P eval -