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
75e67e0c56
commit
e0d2505b00
@ -16,11 +16,6 @@ function ProgressBar({
|
||||
|
||||
useEffect(() => {
|
||||
const progressString = progress.trim().replace(/\n/g, "");
|
||||
console.log(
|
||||
"🚀 => file: ProgressBar.tsx:19 => progressString:",
|
||||
progressString
|
||||
);
|
||||
|
||||
// Remove trailing and leading spaces
|
||||
if (progressString.includes("Successful")) {
|
||||
setBatchProgress((prev) => prev + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user