Skip to content

Commit

Permalink
remove prints in sconscript[
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jun 11, 2024
1 parent 381fc3d commit eabd20c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ if arch == "larch64":
else:
vipc_sources += [f'{visionipc_dir.abspath}/visionbuf_cl.cc']

print(f'Building Vision IPC with {vipc_sources}')
vipc_objects = env.SharedObject(vipc_sources)
print(f'Building Vision IPC with {vipc_objects}')

visionipc = env.Library('visionipc', vipc_objects)


Expand Down

0 comments on commit eabd20c

Please sign in to comment.