Skip to content

Commit

Permalink
Remove stale console log
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Sep 26, 2023
1 parent c506c49 commit 199f2a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dashboard/src/components/delivery-alert-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const DeliveryWarningDialog = React.memo((props: DeliveryWarningDialogProps) =>
const rmf = React.useContext(RmfAppContext);

React.useEffect(() => {
console.log('effect triggered');
if (!rmf) {
console.error('Tasks api not available.');
setNewTaskState(null);
Expand Down

0 comments on commit 199f2a0

Please sign in to comment.