removed useless echo
This commit is contained in:
parent
279164f734
commit
1ecacef016
|
@ -117,7 +117,6 @@ gsl_total_fbruts=`grep "_brut:" $1 | wc -l`
|
|||
&& gsl_bq_items=`grep "^_year\|^_cite\|_lang\|_book\|_link" "$1" | wc -w` \
|
||||
|| gsl_bq_items=0
|
||||
|
||||
echo "bq items> $gsl_bq_items"
|
||||
gsl_stat_words=\
|
||||
$(( gsl_stat_words \
|
||||
- 2*gsl_stat_p \
|
||||
|
|
Loading…
Reference in New Issue