diff options
-rwxr-xr-x | oedquery.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 ]] |