From d679cac666f2e7762eba244b2386e3db1c201767 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 18 Aug 2016 15:27:55 +0200 Subject: [PATCH] fewer log statements for the console --- www/poll/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/poll/main.js b/www/poll/main.js index 5e04975fb..059e665ad 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -93,7 +93,7 @@ define([ name: id, type:'checkbox', }).on('change', function () { - console.log("(%s, %s) => %s", p.x, p.y, $check[0].checked); + //console.log("(%s, %s) => %s", p.x, p.y, $check[0].checked); var checked = proxy.table.cells[id] = $check[0].checked? 1: 0; if (checked) { $cover.addClass('yes'); @@ -335,7 +335,7 @@ define([ var id = rowuid(); makeOption(proxy, id, text).val(text); }); - console.log(options); + //console.log(options); }); }); @@ -382,7 +382,7 @@ define([ var K = k + 'Order'; if (typeof(proxy.table[K]) === 'undefined') { - console.log("Creating %s", K); + //console.log("Creating %s", K); proxy.table[K] = []; Object.keys(proxy.table[k]).forEach(function (uid) {