removed System.out.println from MappingPdxSerializer.java
This commit is contained in:
@@ -143,7 +143,6 @@ public class MappingPdxSerializer implements PdxSerializer, ApplicationContextAw
|
||||
PdxSerializer customSerializer = getCustomSerializer(persistentProperty.getType());
|
||||
Object value = null;
|
||||
if (customSerializer != null) {
|
||||
System.out.println("using custom serializer");
|
||||
value = customSerializer.fromData(persistentProperty.getType(), reader);
|
||||
} else {
|
||||
value = reader.readField(persistentProperty.getName());
|
||||
|
||||
Reference in New Issue
Block a user