Remove extraneous comments.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:45:59 +0000 (11:45 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:45:59 +0000 (11:45 +0000)
src/mkws-team.js

index bbb59a9..7c4b6b9 100644 (file)
@@ -153,11 +153,6 @@ function team($, teamName) {
     }
 
 
-    ////////////////////////////////////////////////////////////////////////////////
-    ////////////////////////////////////////////////////////////////////////////////
-
-
-    // limit by target functions
     that.limitTarget  = function (id, name)
     {
        log("limitTarget(id=" + id + ", name=" + name + ")");
@@ -167,7 +162,6 @@ function team($, teamName) {
     }
 
 
-    // limit the query after clicking the facet
     that.limitQuery = function (field, value)
     {
        log("limitQuery(field=" + field + ", value=" + value + ")");