Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Nov 13, 2024
1 parent 4c528ef commit 7f43ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void parseWeatherWMST1_3_0() throws Exception {
assertEquals("Should find layers", 3, layers.size());
LayerCapabilitiesWMS layerCaps = (LayerCapabilitiesWMS) layers.get("GDPS.ETA_TT");
JSONObject json = CapabilitiesService.toJSON(layerCaps, SYSTEM_CRS);
System.out.println(json);
// System.out.println(json);
assertTrue("JSON should match", JSONHelper.isEqual(json, JSONHelper.createJSONObject(expected)));
}

Expand Down

0 comments on commit 7f43ea3

Please sign in to comment.