Skip to content

Commit

Permalink
Deleted console log of new data since it printed even when new data i…
Browse files Browse the repository at this point in the history
…sn't found
  • Loading branch information
dmols committed Apr 29, 2024
1 parent 8e124b6 commit 397705b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/Components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ class App extends React.Component {
});
}
if (data.data && data.data.id) {
console.log('Found new data!')
report = data.data
hasNewReport = true
}
Expand Down

0 comments on commit 397705b

Please sign in to comment.