JAL-4199 Implement toString in BaseTask
[jalview.git] / src / jalview / ws2 / actions / annotation / AnnotationTask.java
index 8a3b091..0aaff23 100644 (file)
@@ -207,11 +207,4 @@ public class AnnotationTask extends BaseTask<AnnotationJob, AnnotationResult>
     } while (++col <= end);
     return ranges;
   }
-
-  @Override
-  public String toString()
-  {
-    var status = taskStatus != null ? taskStatus.name() : "UNSET";
-    return String.format("%s(%x, %s)", getClass().getSimpleName(), uid, status);
-  }
 }