Skip to content

Commit 1acb180

Browse files
committed
Remove System.out.println
1 parent fefd616 commit 1acb180

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/json/junit/JSONObjectTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,6 @@ public void jsonObjectParsingErrors() {
21382138
+" }\n"
21392139
+" }\n"
21402140
+ "]";
2141-
System.out.println(str);
21422141
new JSONArray(str);
21432142
fail("Expected an exception");
21442143
} catch (JSONException e) {

0 commit comments

Comments
 (0)