Remove bash debugging.

This commit is contained in:
jgoppert 2015-10-25 12:34:19 -04:00 committed by Lorenz Meier
parent f831cc6cfa
commit 7d9c6592fd
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ fi
# be running from last time
pkill mainapp
jmavsim_pid=`jps | grep Simulator | cut -d" " -f1`
echo jmavsim_pid=\"${jmavsim_pid}\"
if [ -n "$jmavsim_pid" ]
then
kill $jmavsim_pid