Skip to content

Commit b681213

Browse files
committed
Looks like a left over from interactive debugging
1 parent 9e7511c commit b681213

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/src/test/java/VariantTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ public void testUI1() throws Exception {
6565
* Tests the currency type conversion.
6666
*/
6767
public void testCurrency() throws Exception {
68-
System.out.println("Waiting");
69-
new BufferedReader(new InputStreamReader(System.in)).readLine();
70-
7168
ITestObject t = ClassFactory.createTestObject();
7269

7370
BigDecimal const199 = new BigDecimal("1.99");

0 commit comments

Comments
 (0)