Remove extraneous declaration.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index 809c055..c2dc405 100644 (file)
@@ -66,11 +66,11 @@ Handlebars.registerHelper('commaList', function(items, options) {
 
 
 
-// Set up global mkws object. Contains a hash of team objects,
-// indexed by windowid.
+// Set up global mkws object. Contains truly global state such as SP
+// authentication, and a hash of team objects, indexed by windowid.
+//
 var mkws = {
     authenticated: false,
-    debug_function: undefined, // will be set during initialisation
     debug_level: undefined, // will be initialised from mkws_config
     paz: undefined, // will be set up during initialisation
     teams: {},