Removed debugging code

This commit is contained in:
WolverinDEV 2020-09-25 20:56:15 +02:00 committed by WolverinDEV
parent 2b2681b2e7
commit acb30b214c
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Changelog:
* **25.09.20**
- Update the translation files
- Made the server tabs moveable
* **24.09.20**
- Improved the server tab menu

View file

@ -57,7 +57,6 @@ const ConnectionHandler = React.memo((props: { handlerId: string, mode: Connecti
case "disconnected":
displayedName = <Translatable key={"not connected"}>Not connected</Translatable>;
displayedName = props.handlerId;
break;
}
}