Skip to content

Commit

Permalink
tests: Do not log java serialization output
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Feb 28, 2022
1 parent 1d4c0eb commit 669f9a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private <O extends ObjectType> void serializationRoundTripPrismObject(PrismObjec

// THEN
System.out.println("\nSerialized object:");
System.out.println(serializedObject);
//System.out.println(serializedObject);
PrismObject<O> deserializedObject = SerializationUtil.fromString(serializedObject);

System.out.println("\nDeserialized object (PrismObject):");
Expand Down

0 comments on commit 669f9a4

Please sign in to comment.