Skip to content

Commit

Permalink
Remove sysout call.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Oct 7, 2019
1 parent 4bf8fe2 commit 8659f9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public Map<String, Object> convertParameters(Map<String, Object> originalParamet
} else if (canConvert.test(unconvertedValue)) {
convertedParameter.put(parameterKey, unconvertedValue);
} else {
System.out.println("putting "+ unconvertedValue);
unconvertedParameter.put(parameterKey, unconvertedValue);
}
});
Expand Down

0 comments on commit 8659f9e

Please sign in to comment.