removed references to Reds user search

This commit is contained in:
Julian Lam
2014-01-19 22:11:34 -05:00
parent e542da1f52
commit b6aa31b245
2 changed files with 2 additions and 31 deletions

View File

@@ -67,15 +67,9 @@ var DebugRoute = function(app) {
topics.reIndexAll(function (err) {
if (err) {
return res.json(err);
} else {
res.send('Topics and users reindexed');
}
user.reIndexAll(function (err) {
if (err) {
return res.json(err);
} else {
res.send('Topics and users reindexed');
}
});
});
});