Skip to content
Snippets Groups Projects
Commit 7d9c6592 authored by jgoppert's avatar jgoppert Committed by Lorenz Meier
Browse files

Remove bash debugging.

parent f831cc6c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment