Skip to content

Commit 347e9ff

Browse files
authored
Merge pull request #3824 from aashu2006/remove-debug-console-log-preview
Remove leftover debug console.log from preview reducer
2 parents 7f17b8a + 718b5e8 commit 347e9ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/modules/Preview/filesReducer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export function createBlobUrl(file) {
3636
}
3737

3838
const mimeType = mime.getType(file.name) || 'text/plain';
39-
console.log(mimeType);
4039

4140
const fileBlob = blobUtil.createBlob([file.content], { type: mimeType });
4241
const blobURL = blobUtil.createObjectURL(fileBlob);

0 commit comments

Comments
 (0)