Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 4, 2023
1 parent 1346512 commit f7928c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ try-import %workspace%/.bazelrc.auth

# Try to load any configuration that is specific for this host
try-import %workspace%/.bazelrc.local

# DEBUG BEGIN
build --toolchain_resolution_debug='@@rules_sh~override//sh/posix:toolchain_type'
# DEBUG END
4 changes: 0 additions & 4 deletions sh/posix.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def _sh_posix_config_impl(repository_ctx):
cpu = get_cpu_value(repository_ctx)
env = repository_ctx.os.environ

# DEBUG BEGIN
print("*** CHUCK _sh_posix_config_impl cpu: ", cpu)
# DEBUG END

windows_sh_dir = None
if cpu == "x64_windows":
windows_sh_dir = _windows_detect_sh_dir(repository_ctx)
Expand Down

0 comments on commit f7928c2

Please sign in to comment.