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.
2 parents 7f17b8a + 718b5e8 commit 347e9ffCopy full SHA for 347e9ff
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