From c8b460bcbb29d1aaf9af64fabfa77b149e6812da Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 9 May 2022 07:41:02 -0500 Subject: [PATCH] Update lineDataProvider.tsx --- packages/desktop/src/controller/lineDataProvider.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/desktop/src/controller/lineDataProvider.tsx b/packages/desktop/src/controller/lineDataProvider.tsx index 24cafcc..e100281 100644 --- a/packages/desktop/src/controller/lineDataProvider.tsx +++ b/packages/desktop/src/controller/lineDataProvider.tsx @@ -199,9 +199,6 @@ function useSocketHandler(linesData: MasterLineData[]) { console.error( "SOCKET | there was a problem with your app...connection closed likely due to idling or manual disconnect" ); - toast.error( - "SOCKETS | connection closed with websockets!!!! either reload app or manually reconnect here" - ); }); // client-side errors