Skip to content

Commit

Permalink
Remove some sysout debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 20, 2020
1 parent 0783778 commit 322981a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public void shouldReturnImageIfTagIsPresent() {
String decoded = URLDecoder.decode(filters, "UTF-8");
Map<String, Object> raw = new Json().toType(decoded, MAP_TYPE);

System.out.println(decoded);
System.out.println(raw);

Map<?, ?> rawRef = (Map<?, ?>) raw.get("reference");
assertThat(rawRef.get("selenium/standalone-firefox:latest")).isEqualTo(true);

Expand Down

0 comments on commit 322981a

Please sign in to comment.