remove debug messages
This commit is contained in:
parent
bfc43142fe
commit
eb61b6a1c4
1
orcli
1
orcli
|
@ -2579,7 +2579,6 @@ orcli_export_jsonl_command() {
|
||||||
orcli_export_csv_command() {
|
orcli_export_csv_command() {
|
||||||
# src/export_csv_command.sh
|
# src/export_csv_command.sh
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
inspect_args
|
|
||||||
projectid="$(get_id "${args[project]}")"
|
projectid="$(get_id "${args[project]}")"
|
||||||
separator="${args[--separator]:-,}"
|
separator="${args[--separator]:-,}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue