Removed stray console log from media module.

This commit is contained in:
DebaucheryLibrarian
2021-11-21 00:43:35 +01:00
parent a406eb584d
commit 0305a22a24

View File

@@ -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']]