Skip to content

Commit

Permalink
remove disruption log
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Aug 4, 2023
1 parent 000f010 commit 993b9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ViewToShow/useGETDisruptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const useGETDisruptions = () => {
},
})
.then((response) => {
console.log(response);
setFetchDisruptionsState((prevState) => ({
...prevState,
data: response.data.disruptions,
Expand Down

0 comments on commit 993b9c4

Please sign in to comment.