Skip to content

Commit 3ccc340

Browse files
Merge branch 'field-validation' into deploy
2 parents 52c2947 + 9a835b4 commit 3ccc340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/collective/volto/formsupport/validation/vocabulary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
@provider(IVocabularyFactory)
1111
def ValidatorsVocabularyFactory(context, **rest):
1212
"""Field validators vocabulary"""
13-
breakpoint()
1413

1514
return SimpleVocabulary(
1615
[SimpleVocabulary.createTerm(i, i, i) for i, u in getValidations()]

0 commit comments

Comments
 (0)