From: BobHanson Date: Mon, 23 Mar 2020 14:47:03 +0000 (-0500) Subject: testing in Bamboo; no problem locally X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=71dcae3e1a02ae72b5b2bc9001ffeadc764f3900;hp=1f6828c76c11d6e9e5dca193dd6ccd6ebc363e31;p=jalview.git testing in Bamboo; no problem locally --- diff --git a/test/jalview/gui/SeqPanelTest.java b/test/jalview/gui/SeqPanelTest.java index aeab5cd..7b75bfb 100644 --- a/test/jalview/gui/SeqPanelTest.java +++ b/test/jalview/gui/SeqPanelTest.java @@ -60,7 +60,6 @@ public class SeqPanelTest @BeforeClass(alwaysRun = true) public void setUpJvOptionPane() { - System.out.println("BH testing"); Jalview.setSynchronous(true); JvOptionPane.setInteractiveMode(false); JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);