removed debug console.log
This commit is contained in:
parent
320e0b97a8
commit
e114b4266d
@ -131,7 +131,6 @@ function handleQuery(req, res) {
|
|||||||
database = (database === "" || _.isUndefined(database)) ? null : database;
|
database = (database === "" || _.isUndefined(database)) ? null : database;
|
||||||
limit = (!_.isNaN(limit)) ? limit : null;
|
limit = (!_.isNaN(limit)) ? limit : null;
|
||||||
offset = (!_.isNaN(offset)) ? offset * limit : null;
|
offset = (!_.isNaN(offset)) ? offset * limit : null;
|
||||||
console.log("offset", offset);
|
|
||||||
|
|
||||||
// Accept both comma-separated string or array of comma-separated strings
|
// Accept both comma-separated string or array of comma-separated strings
|
||||||
if ( requestedSkipfields ) {
|
if ( requestedSkipfields ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user