Skip to content

Commit 08bd69f

Browse files
author
Steve Ayers
committed
Remove print
1 parent 96e5e2a commit 08bd69f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

protovalidate/internal/rules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,6 @@ def _new_scalar_field_rule(
832832
if field_level.ignore == validate_pb2.IGNORE_ALWAYS:
833833
return None
834834
type_case = field_level.WhichOneof("type")
835-
# print(f"type case is {type_case}")
836835
if type_case is None:
837836
result = FieldRules(self._env, self._funcs, field, field_level, for_items=for_items)
838837
return result

0 commit comments

Comments
 (0)