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
1 changed files with 0 additions and 2 deletions

View File

@ -549,8 +549,6 @@ async function fetchHttpSource(source, tempFileTarget, hashStream) {
throw new Error(`Response ${res.status} not OK`);
}
console.log(res.headers);
return {
mimetype: (source.expectType
? source.expectType[res.headers['content-type']]