removed debug console.log

This commit is contained in:
javi 2013-07-04 16:17:51 +02:00
parent 320e0b97a8
commit e114b4266d

View File

@ -131,7 +131,6 @@ function handleQuery(req, res) {
database = (database === "" || _.isUndefined(database)) ? null : database;
limit = (!_.isNaN(limit)) ? limit : null;
offset = (!_.isNaN(offset)) ? offset * limit : null;
console.log("offset", offset);
// Accept both comma-separated string or array of comma-separated strings
if ( requestedSkipfields ) {