Log hit-count.
[mkws-moved-to-github.git] / 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);
     }