Remove extraneous comment.
[mkws-moved-to-github.git] / src / mkws-team.js
index e9e02e1..c529c1e 100644 (file)
@@ -44,7 +44,7 @@ function team($, teamName) {
     that.set_perpage = function(val) { m_perpage = val };
 
 
-    var log = function (s) {
+    function log(s) {
        var now = $.now();
        var timestamp = ((now - m_logTime.start)/1000).toFixed(3) + " (+" + ((now - m_logTime.last)/1000).toFixed(3) + ") "
        m_logTime.last = now;
@@ -307,7 +307,6 @@ function team($, teamName) {
     }
 
 
-
     that.showPage = function (pageNum)
     {
        m_currentPage = pageNum;
@@ -315,7 +314,6 @@ function team($, teamName) {
     }
 
 
-    // simple paging functions
     that.pagerNext = function () {
        if (m_totalRecordCount - m_perpage*m_currentPage > 0) {
             m_paz.showNext();