Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Nov 2, 2024
1 parent 2d8c77e commit 310030e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public String getAsJson(String key) {
if (jsonval == null || jsonval.isEmpty()) {
return "null";
} else {
System.out.println(jsonval);
return jsonval;
}
}
Expand Down

0 comments on commit 310030e

Please sign in to comment.