We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bed43 commit e0bc3deCopy full SHA for e0bc3de
python/private/local_runtime_repo.bzl
@@ -88,7 +88,6 @@ def _local_runtime_repo_impl(rctx):
88
# If an intermediate wrapper is used, then it can cause venvs to not
89
# be recognized as active.
90
interpreter_path = info["base_executable"]
91
- print("===", interpreter_path)
92
93
# NOTE: Keep in sync with recursive glob in define_local_runtime_toolchain_impl
94
repo_utils.watch_tree(rctx, rctx.path(info["include"]))
0 commit comments