summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorars <asav1410@gmail.com>2020-10-28 18:44:17 +0000
committerars <asav1410@gmail.com>2020-10-28 18:44:17 +0000
commitcbb78a21e60f815a48d3ef4a781a3852f901fe0d (patch)
tree1551bf21e5a08ec0c11a36f7743c0b76412361e0
parent57a6c030699b7a8770bca872cdc31dd3bd68ee60 (diff)
Remove commented line
-rwxr-xr-xoedquery.sh1
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 ]]