Skip to content

Commit

Permalink
Delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
bertocode committed Jul 24, 2018
1 parent fd8ecd6 commit 9a638d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/actions.es6
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export function uploadVishResourceAsync(query, keywords = "", callback) {
}).then((result) => {

let id = ID_PREFIX_FILE + Date.now();
console.log(mimetype);
// console.log(mimetype);
dispatch(uploadFile(id, result, query.name, keywords, mimetype));
if (callback) {
callback(result);
Expand Down

0 comments on commit 9a638d6

Please sign in to comment.