Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from julien-wff/chores-remove-log
Browse files Browse the repository at this point in the history
chores: remove log
  • Loading branch information
julien-wff authored Dec 14, 2023
2 parents 2875e87 + f635378 commit b980213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion EasyLib/Files/TransferManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public void TransferFiles()
while (Interlocked.Read(ref Job.Job.CurrentPriorityRunning) > 0)
{
Job.Job.NotifyWaitingJobs.WaitOne();
Console.WriteLine("finished waiting");
if (Interlocked.Read(ref Job.Job.CurrentPriorityRunning) > 0)
{
Job.Job.NotifyWaitingJobs.Reset();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public List<List<string>> SelectFolders(List<List<string>> folders, string lastF
}

folders[0] = folders[0].Append(lastFolderPath).ToList();
Console.WriteLine(folders[0]);
return
[
folders[0],
Expand Down

0 comments on commit b980213

Please sign in to comment.