Remove unnecessary logging.
authorMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 10:07:32 +0000 (11:07 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 10:07:32 +0000 (11:07 +0100)
src/mkws-team.js

index 5b111e5..8052eb9 100644 (file)
@@ -103,7 +103,6 @@ function team($, teamName) {
                    });
 
     queue("ready").subscribe(function() {
-       log("in 'ready' consumer");
        that.runAutoSearch();
     });