From: Mike Taylor Date: Tue, 1 Apr 2014 10:07:32 +0000 (+0100) Subject: Remove unnecessary logging. X-Git-Tag: 1.0.0~1118 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=fbdc44c2f44ae1fe53aa2e41be4d36f94fd13295;p=mkws-moved-to-github.git Remove unnecessary logging. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 5b111e5..8052eb9 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -103,7 +103,6 @@ function team($, teamName) { }); queue("ready").subscribe(function() { - log("in 'ready' consumer"); that.runAutoSearch(); });