mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Revert log changes
This commit is contained in:
parent
8ef5348261
commit
701b11875a
@ -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);
|
||||
}
|
||||
});
|
||||
// SCALING AND CONVERTING
|
||||
window.electron.on(COMMAND.SCALING_AND_CONVERTING, (_, data: string) => {
|
||||
|
Loading…
Reference in New Issue
Block a user