We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288ffce commit 5d2f3b1Copy full SHA for 5d2f3b1
mojo/extensions.bzl
@@ -104,7 +104,6 @@ _mojo_toolchain_hub = repository_rule(
104
)
105
106
def _setup_toolchains(root_module, rules_mojo_module):
107
- print(root_module, rules_mojo_module)
108
toolchains = root_module.tags.toolchain or rules_mojo_module.tags.toolchain
109
if len(toolchains) > 1:
110
fail("mojo.toolchain() can only be called once per module.")
@@ -145,7 +144,6 @@ def _mojo_impl(mctx):
145
144
root_module = None
146
rules_mojo_module = None
147
for module in mctx.modules:
148
- print(module.name, module.is_root, module.tags)
149
if module.is_root:
150
root_module = module
151
if module.name == "rules_mojo":
0 commit comments