console.logs entfernt

This commit is contained in:
PxlLoewe
2025-06-28 00:37:48 -07:00
parent 0569616bf2
commit 2445d88411
11 changed files with 30 additions and 14 deletions

View File

@@ -68,7 +68,6 @@ dispatchSocket.on("disconnect", () => {
});
dispatchSocket.on("force-disconnect", (reason: string) => {
console.log("force-disconnect", reason);
useDispatchConnectionStore.setState({
status: "disconnected",
message: reason,

View File

@@ -97,7 +97,6 @@ pilotSocket.on("disconnect", () => {
});
pilotSocket.on("force-disconnect", (reason: string) => {
console.log("force-disconnect", reason);
usePilotConnectionStore.setState({
status: "disconnected",
message: reason,