1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Remove console.log

This commit is contained in:
Nayam Amarshe 2023-10-21 21:23:53 +05:30
parent 75e67e0c56
commit e0d2505b00

View File

@ -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);