We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1443478 commit 72347b0Copy full SHA for 72347b0
1 file changed
biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankWriterTest.java
@@ -216,7 +216,7 @@ public void testLocationJoins() throws Exception {
216
Arrays.asList(sequence));
217
fragwriter.close();
218
219
- System.out.println(fragwriter.toString().replaceAll("\r\n", "\n"));
+ //System.out.println(fragwriter.toString().replaceAll("\r\n", "\n"));
220
221
// Read the output file and test that no information is lost
222
InputStream readerInputStream = new ByteArrayInputStream(fragwriter.toByteArray());
0 commit comments