Skip to content

Commit e205b8b

Browse files
committed
Remove 'no translation' message.
1 parent a7f08b7 commit e205b8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/handlers/get.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function handler (req, res, next) {
9898

9999
// If request accepts the content-type we found
100100
if (negotiator.mediaType([contentType])) {
101-
debug('no translation necessary ' + contentType)
102101
res.setHeader('Content-Type', contentType)
103102
if (contentRange) {
104103
var headers = { 'Content-Range': contentRange, 'Accept-Ranges': 'bytes', 'Content-Length': chunksize }

0 commit comments

Comments
 (0)