Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalapurkar committed Jun 17, 2021
1 parent 5c48d79 commit ad555b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/features/observations/BlockObservationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ const BlockObservationPage = () => {
setTableData(observationWithDetailsResponse.data.tableData.data);
}, [biohubApi.observation, urlParams]);

console.log(tableData);

useEffect(() => {
if (isLoadingProject && !projectWithDetails) {
getProject();
Expand Down

0 comments on commit ad555b6

Please sign in to comment.