no message

This commit is contained in:
2023-10-07 00:47:39 +03:00
parent cef74a241c
commit c6fb69706e
2 changed files with 0 additions and 4 deletions

View File

@@ -142,7 +142,6 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
parentTask = task;
return true;
}
Utils.delete_with_check(task);
target.state = TaskState.DoneWithErrors;
return false;
}