Update lineDataProvider.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user