Skip to content

Commit 0472f35

Browse files
committed
Remove leftover debug console.log from preview reducer
1 parent 166e3b2 commit 0472f35

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)