Skip to content

Commit

Permalink
Removed console spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Areloch committed Oct 23, 2022
1 parent 08fd935 commit 41ea0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/ManagerUI/scripts/fileManagement.tscript
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function runFileCopy()
$FileCopyList.totalProcessedCount++;

%copyProgressPercent = $FileCopyList.totalProcessedCount/$FileCopyList.totalFileCount;
echo("Copy progress: " @ %copyProgressPercent);

ProgressBarDlg.update("Copying Files", %copyProgressPercent);

Expand Down

0 comments on commit 41ea0da

Please sign in to comment.