Remove console log
This commit is contained in:
@@ -256,7 +256,6 @@ var ApiController = function(app) {
|
||||
var excludedFields = req.query.exclude.split(',');
|
||||
excludedFields.forEach(function(fieldName) {
|
||||
if (data[fieldName]) {
|
||||
console.log('excluding ' + fieldName);
|
||||
delete data[fieldName];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user