1
0
mirror of synced 2026-08-05 15:06:54 +00:00

fix: remove stray logging (#435)

This commit is contained in:
Yury Semikhatsky
2021-05-07 23:30:12 +00:00
committed by GitHub
parent 7f3ecd83b9
commit 74bf6637f3
@@ -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);
}