mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 17:48:50 +02:00
removed console.log
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user