1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00

Revert log changes

This commit is contained in:
Nayam Amarshe 2024-02-09 17:34:38 +05:30
parent 8ef5348261
commit 701b11875a

View File

@ -138,13 +138,7 @@ const Home = () => {
);
// LOG
window.electron.on(COMMAND.LOG, (_, data: string) => {
if (
!data.includes("Updating") &&
!data.includes("Custom Models Folder Path") &&
!data.includes("Detected Custom Models")
) {
logit(`🐞 BACKEND REPORTED: `, data);
}
logit(`🐞 BACKEND REPORTED: `, data);
});
// SCALING AND CONVERTING
window.electron.on(COMMAND.SCALING_AND_CONVERTING, (_, data: string) => {