Skip to content

Commit 74bf663

Browse files
authored
fix: remove stray logging (#435)
1 parent 7f3ecd8 commit 74bf663

File tree

1 file changed

+0
-1
lines changed
  • playwright/src/main/java/com/microsoft/playwright/impl

1 file changed

+0
-1
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/Utils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ static <F, T> T convertViaJson(F f, Class<T> t) {
3838
.registerTypeAdapter(Optional.class, new OptionalSerializer())
3939
.create();
4040
String json = gson.toJson(f);
41-
System.err.println("json = " + json);
4241
return gson.fromJson(json, t);
4342
}
4443

0 commit comments

Comments
 (0)