Skip to content

Remove needless debugging output

Compare
Choose a tag to compare
@nugget nugget released this 26 Feb 17:08
· 4 commits to master since this release
8d8d967

Honoring bazel dev guidelines:

Do not use the print() function in production code; it is only intended for debugging, and will spam all direct and indirect users of your .bzl file.

Added an optional argument to the generate function so as to only emit debugging output if debug = True.