diff --git a/agbenchmark/utils/challenge.py b/agbenchmark/utils/challenge.py index 19593b72..889df847 100644 --- a/agbenchmark/utils/challenge.py +++ b/agbenchmark/utils/challenge.py @@ -55,8 +55,6 @@ class Challenge(ABC): if not self.task: return - - print( f"\033[1;35m============Starting {self.data.name} challenge============\033[0m" )