Skip to content

Commit 0fc854e

Browse files
committed
Remove redundant markdown generation logging
1 parent 290cd0d commit 0fc854e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/markdown/formatQueryResultAsMarkdownTable.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ set -o errexit -o pipefail
1212
MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:-$( CDPATH=. cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P )} # Repository directory containing the shell scripts for markdown
1313
#echo "formatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
1414

15-
echo "formatQueryResultAsMarkdownTable: Will output in Markdown Table Format" >&2
16-
1715
# Read all input (including multiline) into cypher_query_result
1816
cypher_query_result=$(cat)
1917

0 commit comments

Comments
 (0)