This commit is contained in:
2023-05-22 17:04:31 +02:00
parent bb6a0ad0d4
commit 79dc44d707
2 changed files with 9 additions and 3 deletions

View File

@ -244,7 +244,6 @@ public static class Tranga_Cli
try
{
int selectedTaskIndex = Convert.ToInt32(selectedTask);
logger.WriteLine("Tranga_CLI", "Sending Task to TaskManager");
return tasks[selectedTaskIndex];
}
catch (Exception e)