refactor(route) route: rm NOT_LOG

This commit is contained in:
coderaiser 2015-03-21 07:15:53 -04:00
parent 784967800f
commit 5b9ec5da26

View file

@ -178,14 +178,12 @@
});
else
buildIndex(dir, function(error, data) {
var NOT_LOG = true;
p.name = PATH_INDEX;
if (error)
ponse.sendError(error, p);
else
ponse.send(data, p, NOT_LOG);
ponse.send(data, p);
});
});
}