From bfc43142fef9be5e55e5cb0de8cd1144d357bb74 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sat, 16 Dec 2023 04:07:55 +0100 Subject: [PATCH] remove debug messages --- src/export_csv_command.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/export_csv_command.sh b/src/export_csv_command.sh index 04fad58..87f1312 100644 --- a/src/export_csv_command.sh +++ b/src/export_csv_command.sh @@ -1,5 +1,4 @@ # shellcheck shell=bash -inspect_args projectid="$(get_id "${args[project]}")" separator="${args[--separator]:-,}"