Removed stray console log from media module.
This commit is contained in:
@@ -549,8 +549,6 @@ async function fetchHttpSource(source, tempFileTarget, hashStream) {
|
|||||||
throw new Error(`Response ${res.status} not OK`);
|
throw new Error(`Response ${res.status} not OK`);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(res.headers);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
mimetype: (source.expectType
|
mimetype: (source.expectType
|
||||||
? source.expectType[res.headers['content-type']]
|
? source.expectType[res.headers['content-type']]
|
||||||
|
|||||||
Reference in New Issue
Block a user