mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Remove console.log
This commit is contained in:
parent
7480a6181f
commit
68773a6e82
@ -22,10 +22,6 @@ function ProgressBar({
|
||||
}
|
||||
}, [progress]);
|
||||
|
||||
console.log({
|
||||
progress,
|
||||
});
|
||||
|
||||
return (
|
||||
<div className="absolute flex h-full w-full flex-col items-center justify-center bg-base-300/50 backdrop-blur-lg">
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
|
Loading…
Reference in New Issue
Block a user