fix: remove byebug in comments

This commit is contained in:
Shivam Mishra
2023-05-05 16:29:23 +05:30
parent 1a812692c9
commit 9614e19d82
@@ -48,7 +48,6 @@ class JsonSchemaValidator < ActiveModel::Validator
# Add validation errors to the record with a formatted statement
validation_errors.each do |error|
# byebug
format_and_append_error(error, record)
end
end