1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Remove System.out.println

This commit is contained in:
Miguel 2017-08-09 21:57:10 -04:00
parent fefd616d73
commit 1acb18091a

View file

@ -2138,7 +2138,6 @@ public class JSONObjectTest {
+" }\n"
+" }\n"
+ "]";
System.out.println(str);
new JSONArray(str);
fail("Expected an exception");
} catch (JSONException e) {