Log hit-count.
authorMike Taylor <mike@indexdata.com>
Thu, 3 Apr 2014 13:29:49 +0000 (14:29 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 3 Apr 2014 13:29:49 +0000 (14:29 +0100)
src/mkws-team.js

index 3ab07c7..895afed 100644 (file)
@@ -127,6 +127,7 @@ function team($, teamName) {
     function onShow(data, teamName) {
        log("show");
        m_totalRecordCount = data.merged;
+       log("found " + m_totalRecordCount + " records");
        queue("pager").publish(data);
        queue("records").publish(data);
     }