Skip to content

Commit

Permalink
fix: remove unnecessary print
Browse files Browse the repository at this point in the history
An unnecessary print statement was accidentally left in. Remove it.

Fixes: 51b236f ("fix: get testing again")

Signed-off-by: Gary Kim <[email protected]>
  • Loading branch information
gary-kim committed Apr 11, 2024
1 parent 0820862 commit 29108fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fw/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env_pio_builder = env.Clone()

env_pio_builder["ENV"]["PATH"] = ":".join(list(filter(lambda x: env["ENV"]["VIRTUAL_ENV"] not in x, env["ENV"]["PATH"].split(":"))))

print(env_pio_builder["ENV"])

env_pio_builder.AlwaysBuild(pio_builder)
env_pio_builder.Depends(pio_builder, env['PIP_PACKAGES'])
env_pio_builder.Depends(pio_builder, env['ESP_CARGO'])
Expand Down

0 comments on commit 29108fc

Please sign in to comment.