Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Oct 10, 2023
1 parent 84411ec commit 2f4f065
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ export function Notifications() {
close: false,
});
}
// goto leave for terminal if any action is not performed within 1s
// if network is still unavailable going to preview will throw an error
// redirectToLeave(1000);
return;
}
// Autoplay error or user denied screen share (cancelled browser pop-up)
Expand Down Expand Up @@ -139,7 +136,6 @@ export function Notifications() {
title: `${notification.message}.
${notification.data.reason && `Reason: ${notification.data.reason}`}`,
});
// redirectToLeave(1000);
break;
case HMSNotificationTypes.DEVICE_CHANGE_UPDATE:
ToastManager.addToast({
Expand Down

0 comments on commit 2f4f065

Please sign in to comment.