summaryrefslogtreecommitdiffstats
path: root/lcm/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/run.sh')
-rwxr-xr-xlcm/run.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lcm/run.sh b/lcm/run.sh
index d7014a23..d417889e 100755
--- a/lcm/run.sh
+++ b/lcm/run.sh
@@ -26,8 +26,3 @@ else
nohup uwsgi --http :8801 -t 120 --module lcm.wsgi --master --processes 4 &
fi
-while [ ! -f $logDir/runtime_lcm.log ]; do
- sleep 1
-done
-
-tail -F $logDir/runtime_lcm.log