Remove unused test parts

This commit is contained in:
Michael Boelen 2017-03-27 17:14:34 +02:00
parent 7f06a2c34f
commit e498e6ae64
1 changed files with 0 additions and 8 deletions

View File

@ -165,14 +165,6 @@
fi
fi
fi
#FIND=$(${POSTCONFBINARY} 2> /dev/null | ${SEDBINARY} 's/ /:space:/g' | ${SEDBINARY} 's/ =$//')
#for line in ${FIND}; do
# line=$(echo ${line} | ${SEDBINARY} 's/:space:/ /g')
# key=$(echo ${line} | ${AWKBINARY} -F" = " '{print $1}')
# value=$(echo ${line} | ${AWKBINARY} -F" = " '{print $2}')
# #echo "Found key '${key}' with value '${value}'"
#done
fi
#
#################################################################################