From afc65604590279945957eec4d89c7e8e0568ed71 Mon Sep 17 00:00:00 2001 From: o1lab Date: Sun, 20 May 2018 12:40:48 +0100 Subject: [PATCH] Removing a log. --- lib/xsql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xsql.js b/lib/xsql.js index fd31a505f3..f0089871da 100644 --- a/lib/xsql.js +++ b/lib/xsql.js @@ -206,7 +206,7 @@ class Xsql { reqParams._index = (parseInt(reqParams._p) - 1) * reqParams._len; } - console.log(reqParams._index, reqParams._len); + //console.log(reqParams._index, reqParams._len); return [reqParams._index, reqParams._len]