Skip to content

Commit

Permalink
format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rosenau authored and Nick Rosenau committed Dec 1, 2023
1 parent 997bb4c commit 851b1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SelectionHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export default class SelectionHandler extends React.PureComponent<SelectionHandl
this.setState({ aminoAcidShiftStart: selectionStart });
} else {
if (this.state.aminoAcidShiftStart) {
console.log(this.state.aminoAcidShiftStart);
selectionStart = this.state.aminoAcidShiftStart;
} else {
this.setState({ aminoAcidShiftStart: selectionStart });
Expand Down

0 comments on commit 851b1ae

Please sign in to comment.