Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhs committed Sep 30, 2024
1 parent 5844fe6 commit 8a6d608
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/layouts/cameras/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ const DevicesLayout = () => {
case "gst_error":
let gstErrorMessage = message.data as GstErrorMessage;
stopStreamUpdate(gstErrorMessage.bus_info);
// enqueueSnackbar(
// `GStreamer Error Occurred: ${gstErrorMessage.bus_info} - This is likely a known issue with the kernel, please read our docs site for more details`,
// { variant: "error", autoHideDuration: 5000 }
// );
enqueueSnackbar(
<span>
GStreamer Error Occurred: {gstErrorMessage.bus_info}{" "}
Expand Down

0 comments on commit 8a6d608

Please sign in to comment.