Blazored / FluentValidation

A library for using FluentValidation with Blazor
https://blazored.github.io/FluentValidation/
MIT License
577 stars 83 forks source link

Console.WriteLine ? #7

Closed StefH closed 4 years ago

StefH commented 4 years ago

Is there any reason for https://github.com/Blazored/FluentValidation/blob/master/src/Blazored.FluentValidation/FluentValidationsValidator.cs#L26 ?

chrissainty commented 4 years ago

Yes, for debugging but it shouldn't still be there! :) I'll remove it in the next update.