remove js debug

pull/6333/head
Thibault Duplessis 2020-04-06 22:00:25 -05:00
parent 0ef72ce543
commit cc6df3cbd2
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ export default class LobbyController {
private alreadyWatching: string[] = [];
constructor(opts: LobbyOpts, redraw: () => void) {
console.log(opts);
this.opts = opts;
this.data = opts.data;
this.data.hooks = [];