* chore: cleanup leftover console log

* chore: prevent error in client tsconfig
This commit is contained in:
Alex Christoffer Rasmussen
2025-09-13 16:31:56 +02:00
committed by GitHub
parent 2e950965e0
commit 490e429f44
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,6 @@ const createSelector =
export const setClientRemote = {
setIdentify: (payload: { target: string; identify: boolean }) => sendSocket('client', payload),
setRedirect: (payload: { target: string; redirect: string }) => {
console.log('--- got', payload);
sendSocket('client', payload);
},
setClientName: (payload: { target: string; rename: string }) => sendSocket('client', payload),