Skip to content

Commit a5e1739

Browse files
committed
Remove Breeze from start-up script.
1 parent f5bc7b1 commit a5e1739

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

start.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ main() {
6969
cd ../../
7070
log "pids: $pids"
7171

72-
cd breeze
73-
pids+=($(start_process "python3 breeze.py" "../$log_dir/breeze.log"))
74-
cd ..
75-
log "pids: $pids"
76-
7772
# pids+=($(start_process "sudo python3 ./observability/can-stats/generate_stats.py" "./$log_dir/generate_stats.log"))
7873

7974
# log "pids: $pids"

0 commit comments

Comments
 (0)