💽 DB import log beautified in the UI

This commit is contained in:
2021-06-08 21:48:02 -07:00
parent db94ab29eb
commit 0d6eb0d980
8 changed files with 162 additions and 10 deletions

View File

@@ -71,8 +71,4 @@ export const fetchComicBookMetadata = (options) => async (dispatch) => {
dataTransferred: true,
});
});
socket.on("comicBookCoverMetadataSent", (status) => {
console.log(status);
});
};