[mod] main:remove debug stuff
Christian Fraß

Christian Fraß commited on 2021-11-20 15:07:07
Zeige 1 geänderte Dateien mit 0 Einfügungen und 2 Löschungen.

... ...
@@ -1,4 +1,3 @@
1
-var _model;
2 1
 /**
3 2
  * initializes the system
4 3
  */
... ...
@@ -17,7 +16,6 @@ async function main
17 16
 		"active": null,
18 17
 		"listeners": {},
19 18
 	};
20
-_model = model;
21 19
 	ns_model.setup(conf, model);
22 20
 	ns_view.setup(conf, model);
23 21
 	ns_control.setup(conf, model);
24 22