Skip to content

Commit 7ebad8a

Browse files
committed
fix: remove console log
1 parent 1a43fd7 commit 7ebad8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GraphQL/loaders/filesMutations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import logger from '../../logger';
66

77
const handleUpload = async (upload, config) => {
88
const data = Buffer.from(await upload.arrayBuffer());
9-
console.log(data.length);
109
const fileName = upload.name;
1110
const type = upload.type;
1211

0 commit comments

Comments
 (0)