From cbb78a21e60f815a48d3ef4a781a3852f901fe0d Mon Sep 17 00:00:00 2001 From: ars Date: Wed, 28 Oct 2020 18:44:17 +0000 Subject: Remove commented line --- oedquery.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/oedquery.sh b/oedquery.sh index 49f0bfa..864558a 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -63,7 +63,6 @@ _define() { for json in $(echo "${result}" | jq -r '.results[].lexicalEntries[] | @base64') do output="$output $(_jq '.lexicalCategory.text'): " - #output="$output $(_jq '.entries[0].senses[0].definitions[0]') " # Sometimes there's no definition and so we can fall back to shortDefinition definition=$(_jq '.entries[0].senses[0].definitions[0]') if [[ -z $defintion ]] -- cgit v1.2.3