mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Remove console.log
This commit is contained in:
parent
75e67e0c56
commit
e0d2505b00
@ -16,11 +16,6 @@ function ProgressBar({
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const progressString = progress.trim().replace(/\n/g, "");
|
const progressString = progress.trim().replace(/\n/g, "");
|
||||||
console.log(
|
|
||||||
"🚀 => file: ProgressBar.tsx:19 => progressString:",
|
|
||||||
progressString
|
|
||||||
);
|
|
||||||
|
|
||||||
// Remove trailing and leading spaces
|
// Remove trailing and leading spaces
|
||||||
if (progressString.includes("Successful")) {
|
if (progressString.includes("Successful")) {
|
||||||
setBatchProgress((prev) => prev + 1);
|
setBatchProgress((prev) => prev + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user