Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
damiano-carradori committed Jan 25, 2019
1 parent a96ea64 commit 0405339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/FormContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class FormContextProvider extends Component {

onMount(field) {
const { name, type, ref } = field;
console.log(ref);

this.setState(({ fields, values }) => {
let content;
Expand Down

0 comments on commit 0405339

Please sign in to comment.