diff --git a/selfdrive/debug/run_process_on_route.py b/selfdrive/debug/run_process_on_route.py index 1eb7851347..6d3cb95660 100755 --- a/selfdrive/debug/run_process_on_route.py +++ b/selfdrive/debug/run_process_on_route.py @@ -19,8 +19,6 @@ if __name__ == "__main__": allowed_procs = (ALLOW_PROCS & set(args.whitelist_procs)) - set(args.blacklist_procs) - print(allowed_procs) - cfgs = [c for c in CONFIGS if c.proc_name in allowed_procs] lr = LogReader(args.route)