We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166e3b2 commit 0472f35Copy full SHA for 0472f35
1 file changed
client/modules/Preview/filesReducer.js
@@ -36,7 +36,6 @@ export function createBlobUrl(file) {
36
}
37
38
const mimeType = mime.getType(file.name) || 'text/plain';
39
- console.log(mimeType);
40
41
const fileBlob = blobUtil.createBlob([file.content], { type: mimeType });
42
const blobURL = blobUtil.createObjectURL(fileBlob);
0 commit comments