Disabled event handler debug

canary
WolverinDEV 2020-09-25 21:11:16 +02:00 committed by WolverinDEV
parent acb30b214c
commit 73f523ee52
1 changed files with 1 additions and 1 deletions

View File

@ -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<ConnectionListUIEvents>();
events.enableDebug("Handler-List");
//events.enableDebug("Handler-List");
initializeController(events);
ReactDOM.render(React.createElement(ConnectionHandlerList, { events: events }), container);