mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
removed the console.log
This commit is contained in:
parent
6b0d4d6eff
commit
93c4b3bdc0
1 changed files with 1 additions and 3 deletions
|
@ -74,7 +74,7 @@ class Transport {
|
|||
fs.writeFileSync(`${config.get('uploads')}/${filename}.${ext}`, buffer);
|
||||
|
||||
const fetchedContentType: string | null = fetchedFile.headers.get('content-type');
|
||||
let fetchedMimeType: string|undefined;
|
||||
let fetchedMimeType: string | undefined;
|
||||
|
||||
if (fetchedContentType === null) {
|
||||
fetchedMimeType = undefined;
|
||||
|
@ -96,8 +96,6 @@ class Transport {
|
|||
|
||||
let response = file.data;
|
||||
|
||||
console.log(response);
|
||||
|
||||
if (map) {
|
||||
response = Transport.composeResponse(file, map);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue