Skip to content

Commit

Permalink
Disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed May 8, 2024
1 parent d86e696 commit 9d3eb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotbuild_generation/pybind_on_build_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def main(argv):
logging.getLogger().setLevel(logging.DEBUG)
# logging.getLogger().setLevel(logging.DEBUG)
# print("BUILD DL")
parser = argparse.ArgumentParser()
parser.add_argument("--config", required=True)
Expand Down

0 comments on commit 9d3eb80

Please sign in to comment.