mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Remove System.out.println
This commit is contained in:
parent
fefd616d73
commit
1acb18091a
@ -2138,7 +2138,6 @@ public class JSONObjectTest {
|
|||||||
+" }\n"
|
+" }\n"
|
||||||
+" }\n"
|
+" }\n"
|
||||||
+ "]";
|
+ "]";
|
||||||
System.out.println(str);
|
|
||||||
new JSONArray(str);
|
new JSONArray(str);
|
||||||
fail("Expected an exception");
|
fail("Expected an exception");
|
||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user