Skip to content

Commit 2241744

Browse files
author
Gonzalo Gallotti Vazquez
committed
Revert "GEN029-5258 fix: Do not fail on No serializer found for class java.io.PrintWriter and no properties discovered to create BeanSerializer - Disable log."
This reverts commit ac516c1.
1 parent ac516c1 commit 2241744

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/src/main/java/com/genexus/GxUserType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ protected void fromjson(String json){
6363
mapper.readerForUpdating(instance).readValue(json);
6464
}
6565
catch(Exception e) {
66-
//log.error("Error executing FromJson() method", e);
67-
// GEAI: GG: Disable this log.
66+
log.error("Error executing FromJson() method", e);
6867
}
6968
}
7069
}

0 commit comments

Comments
 (0)