fix(ui): remove duplicate log on socket connect

This commit is contained in:
psychedelicious
2024-12-17 10:08:22 +10:00
parent 2c1de0f07d
commit c805e38da2

View File

@@ -17,8 +17,6 @@ export const addSocketConnectedEventListener = (startAppListening: AppStartListe
startAppListening({
actionCreator: socketConnected,
effect: async (action, { dispatch, getState, cancelActiveListeners, delay }) => {
log.debug('Connected');
/**
* The rest of this listener has recovery logic for when the socket disconnects and reconnects.
*