Skip to content

Commit

Permalink
stray log
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessler committed Jun 15, 2022
1 parent de40ac9 commit 5e8b4d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ud-tree/ud-tree/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ class Sentence extends React.Component {
refreshSentence(delay = 2000) {
const refresh = async () => {
const newData = await api.getSentence(this.state.sentence.id)
console.log("!!,", newData)
this.setState({sentence: newData});
}
if (delay > 0) {
Expand Down

0 comments on commit 5e8b4d1

Please sign in to comment.