removed console.log

This commit is contained in:
barisusakli
2015-03-15 00:13:26 -04:00
parent e2196af8ab
commit 31da62ab2d

View File

@@ -86,7 +86,7 @@ function searchInContent(data, callback) {
if (err) {
return callback(err);
}
console.log(results)
var matchCount = 0;
if (!results || (!results.pids.length && !results.tids.length)) {
return callback(null, {matches: [], matchCount: matchCount});