From 9d016386e4a2afb75bb3caed9ae31af2f6972120 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Wed, 1 Nov 2017 20:28:46 +0000 Subject: [PATCH] refactor : removing prints --- lib/util/whereClause.helper.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/util/whereClause.helper.js b/lib/util/whereClause.helper.js index 33cd7a8c63..0f1efe67f6 100644 --- a/lib/util/whereClause.helper.js +++ b/lib/util/whereClause.helper.js @@ -141,7 +141,7 @@ exports.getWhereClause = function (whereInQueryParams, whereQuery, whereParams) //console.log(result); variable = result[0].match(/\(+(.*)/); - console.log('variable',variable); + // console.log('variable',variable); if (!variable || variable.length !== 2) { grammarErr = 1; @@ -209,11 +209,11 @@ exports.getWhereClause = function (whereInQueryParams, whereQuery, whereParams) obj['params'] = [] obj['err'] = grammarErr - console.log(whereInQueryParams); - console.log(whereQuery); - console.log(whereParams); - console.log(grammarErr); - console.log('= = = = = = = = ='); + // console.log(whereInQueryParams); + // console.log(whereQuery); + // console.log(whereParams); + // console.log(grammarErr); + // console.log('= = = = = = = = ='); if (!grammarErr) { obj['query'] = whereQuery