Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jul 15, 2021
1 parent 92fda2d commit ddee3e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const DashboardPage: FC = () => {
} else {
dispatch(setDatasources(datasets));
}
console.log(datasetsApiError, datasets);
}, [addDangerToast, datasets, datasetsApiError, dispatch]);

if (error) throw error; // caught in error boundary
Expand Down

0 comments on commit ddee3e9

Please sign in to comment.