From 9614e19d82f19935364d8b61ab7f397794846e79 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 5 May 2023 16:29:23 +0530 Subject: [PATCH] fix: remove byebug in comments --- app/models/concerns/json_schema_validator.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/concerns/json_schema_validator.rb b/app/models/concerns/json_schema_validator.rb index 4ae94df12..808564be9 100644 --- a/app/models/concerns/json_schema_validator.rb +++ b/app/models/concerns/json_schema_validator.rb @@ -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