From: Mike Taylor Date: Thu, 3 Apr 2014 13:29:49 +0000 (+0100) Subject: Log hit-count. X-Git-Tag: 1.0.0~1075 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=69034405306d2b1193b6da473b38eb17969ee0a6 Log hit-count. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 3ab07c7..895afed 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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); }