Merge pull request #147 from andrewhayward/learn

That really shouldn't be there.
This commit is contained in:
Andrew Hayward 2013-04-22 05:40:15 -07:00
Родитель 3d4e40f3e0 40b848b2a9
Коммит 5f37c15363
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,6 @@ module.exports = function(app) {
item: item
});
console.log(req.query);
if ('category' in req.query) {
var category = req.query['category'];
delete req.query['category'];