diff --git a/utils/pack_model.sh b/utils/pack_model.sh index 5bd40c84b..8acd59a64 100755 --- a/utils/pack_model.sh +++ b/utils/pack_model.sh @@ -27,9 +27,6 @@ EOF . utils/parse_options.sh -echo $PWD -echo $dict - if [ $# != 4 ]; then echo "${help_message}" exit 1 @@ -119,8 +116,6 @@ if [ -n "${lm}" ]; then fi fi -echo ${dict} -echo test -e ${dict} # dict if [ -n "${dict}" ]; then if [ -e ${dict} ]; then