Skip to content

Commit cf7fdba

Browse files
committed
chore: remove debug statement
1 parent 960d746 commit cf7fdba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kp_pre_commit_hooks/gitops_values_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ def is_ignored_error(self, error: ValidationError) -> bool:
422422
return error.message in ignored_errors_for_service.get(error.json_path, [])
423423

424424
def validate_additional_checks(self, validator, additional_checks, value, schema):
425-
print(f"additional_checks: {additional_checks}")
426425
for check in additional_checks:
427426
if check_method := getattr(self, f"validate_{camel_to_snake(check)}", None):
428427
yield from check_method(value, schema)

0 commit comments

Comments
 (0)