Removed debugging code

canary
WolverinDEV 2020-09-25 20:56:15 +02:00
parent aa6bf1e933
commit 69f1e25674
2 changed files with 1 additions and 1 deletions

View File

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

View File

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