Skip to content

Commit

Permalink
rjsf-team#4079 removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah Al-Soqatri committed Mar 1, 2024
1 parent f59e2fb commit dade6f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export default class Form<
: this.state.retrievedSchema,
isSchemaChanged
);
console.log('nextState _retrieved', nextState.retrievedSchema);
const shouldUpdate = !deepEquals(nextState, prevState);
return { nextState, shouldUpdate };
}
Expand Down

0 comments on commit dade6f9

Please sign in to comment.