Removed debug prints + added TODO(fsiddi)
This commit is contained in:
parent
61278730c6
commit
559e212c55
@ -129,10 +129,8 @@ class ValidateCustomFields(Validator):
|
||||
if val:
|
||||
# This ensures the modifications made by v's coercion rules are
|
||||
# visible to this validator's output.
|
||||
# TODO(fsiddi): this no longer works due to Cerberus internal changes.
|
||||
# self.current[field] = v.current
|
||||
print('*********')
|
||||
print(valid_properties)
|
||||
#print(v.current)
|
||||
return True
|
||||
|
||||
log.warning('Error validating properties for node %s: %s', self.document, v.errors)
|
||||
|
Loading…
x
Reference in New Issue
Block a user