fix: temporary disable validation

This commit is contained in:
Корней Гедерт 2024-08-06 14:43:47 +04:00
parent 361155f763
commit caebeb52c7

View File

@ -419,8 +419,6 @@ void PRegParser::writeInstruction(std::ostream &stream, const PolicyInstruction
{
try {
validateKeypath(key.begin(), key.end());
validateValue(value.begin(), value.end());
validateType(instruction.type);
write_sym(stream, '[');