Skip to content

Commit e16e94f

Browse files
committed
Removed printout
1 parent a838241 commit e16e94f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FieldArray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export default class FieldArray extends React.PureComponent<Props, State> {
6767
const { reactFinalForm } = this.context
6868
if (reactFinalForm) {
6969
const { mutators } = reactFinalForm
70-
console.info('mutators', mutators)
7170
warning(
7271
mutators && mutators.push && mutators.pop,
7372
'Array mutators not found. You need to provide the mutators from final-form-arrays to your form'

0 commit comments

Comments
 (0)