Remove no-longer pertinent comment.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index 796fd2c..b6506c6 100644 (file)
@@ -186,10 +186,9 @@ function widget($, team, type, node) {
     } else if (type === 'Stat') {
        promoteStat();
     } else {
-       // Unsupported widget type: call an extension?
+       // ### Handle other types here
     }
 
-    // ### More to do here, surely: e.g. wiring into the team
     mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node);