forked from DebaucheryLibrarian/traxxx
Removed stray console log from media module.
This commit is contained in:
parent
a406eb584d
commit
0305a22a24
|
@ -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']]
|
||||
|
|
Loading…
Reference in New Issue