Skip to content

Commit

Permalink
[Fix] Clean unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 23, 2021
1 parent 85ed204 commit 1223f90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,6 @@ export default class Question extends React.Component {
_getFirstAnswerValue() {
return FormUtils.resolveValue(this._getAnswers()[0]);
}

static getOffset() {
console.log(this.inputRef.current);
}
}

Question.contextType = ConfigurationContext;
Expand Down

0 comments on commit 1223f90

Please sign in to comment.