Skip to content

Commit 4cf24e0

Browse files
committed
remove debug code
1 parent 5f893b0 commit 4cf24e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/config_settings.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def _python_version_at_least_impl(ctx):
230230
int(x)
231231
for x in ctx.attr._major_minor[config_common.FeatureFlagInfo].value.split(".")
232232
])
233-
print(current, at_least)
234233
value = "yes" if current >= at_least else "no"
235234
return [config_common.FeatureFlagInfo(value = value)]
236235

0 commit comments

Comments
 (0)