Skip to content

Commit 5d2f3b1

Browse files
authored
Remove debug logs (#27)
1 parent 288ffce commit 5d2f3b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mojo/extensions.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ _mojo_toolchain_hub = repository_rule(
104104
)
105105

106106
def _setup_toolchains(root_module, rules_mojo_module):
107-
print(root_module, rules_mojo_module)
108107
toolchains = root_module.tags.toolchain or rules_mojo_module.tags.toolchain
109108
if len(toolchains) > 1:
110109
fail("mojo.toolchain() can only be called once per module.")
@@ -145,7 +144,6 @@ def _mojo_impl(mctx):
145144
root_module = None
146145
rules_mojo_module = None
147146
for module in mctx.modules:
148-
print(module.name, module.is_root, module.tags)
149147
if module.is_root:
150148
root_module = module
151149
if module.name == "rules_mojo":

0 commit comments

Comments
 (0)