diff --git a/shared/js/ui/frames/connection-handler-list/Controller.ts b/shared/js/ui/frames/connection-handler-list/Controller.ts index 0d8f93b8..1e0530e6 100644 --- a/shared/js/ui/frames/connection-handler-list/Controller.ts +++ b/shared/js/ui/frames/connection-handler-list/Controller.ts @@ -11,7 +11,7 @@ import {LocalIcon} from "tc-shared/file/Icons"; export function initializeConnectionUIList() { const container = document.getElementById("connection-handler-list"); const events = new Registry(); - events.enableDebug("Handler-List"); + //events.enableDebug("Handler-List"); initializeController(events); ReactDOM.render(React.createElement(ConnectionHandlerList, { events: events }), container);