Skip to content

Commit

Permalink
remove debug related
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 10, 2023
1 parent c632217 commit a008eb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builder/actions/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def __init__(self, project):
def run(self, env):
sh = env.shell
toolchain = env.toolchain
print(env.args)
print(env.args.coverage)
print("########################################")

if not self.project.needs_tests(env):
print('Tests not needed for project. Skipping')
Expand Down

0 comments on commit a008eb7

Please sign in to comment.