fix: remove stray logging (#435)
This commit is contained in:
@@ -38,7 +38,6 @@ class Utils {
|
||||
.registerTypeAdapter(Optional.class, new OptionalSerializer())
|
||||
.create();
|
||||
String json = gson.toJson(f);
|
||||
System.err.println("json = " + json);
|
||||
return gson.fromJson(json, t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user