mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
Remove System.out.println
This commit is contained in:
@@ -2138,7 +2138,6 @@ public class JSONObjectTest {
|
||||
+" }\n"
|
||||
+" }\n"
|
||||
+ "]";
|
||||
System.out.println(str);
|
||||
new JSONArray(str);
|
||||
fail("Expected an exception");
|
||||
} catch (JSONException e) {
|
||||
|
Reference in New Issue
Block a user