Skip to content

Commit 5ac2951

Browse files
committed
removing debugging comments
1 parent b416cd5 commit 5ac2951

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/handlers/get.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ function get (req, res, next) {
4949
res.header('Updates-Via', utils.uriBase(req));
5050
}
5151

52-
console.log('METHOD', req.method)
5352
debug(req.method + ' requesting -- ' + req.originalUrl);
5453

5554
// Get resource or container
5655
ldp.get(req.path, baseUri, includeBody, possibleRDFType,
5756
function (err, stream, contentType, container) {
5857

59-
console.log('file appears to be', contentType)
6058
// use globHandler if magic is detected
6159
if (err && err.status === 404 && glob.hasMagic(req.path)) {
6260
debug(req.method + ' -- Glob request');

0 commit comments

Comments
 (0)