JAL-3174 backout un-needed stacktrace for exception raised during testing (since...
[jalview.git] / test / jalview / ext / htsjdk / TestHtsContigDb.java
index ad9bf03..69634a9 100644 (file)
@@ -103,10 +103,8 @@ public class TestHtsContigDb
       fail("Expected exception");
     } catch (IOException e)
     {
-      System.out.println(
-              "Caught IOException in testCreateFastaSequenceIndex");
-      e.printStackTrace();
-      // expected
+      // we expect an IO Exception because the pgmB.fasta.fai exists, since it
+      // was checked it in.
     }
 
     /*