Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Jan 1, 2025
1 parent eef6c98 commit 99ab49e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module FSharpNRTSerialization =
Int = 42 }

let result = serialize value
printfn $"{result}"
let expected = BsonDocument([ BsonElement("String", BsonNull.Value)
BsonElement("UnionCase", BsonDocument([ BsonElement("_t", BsonString "Tuple")
BsonElement("Int", BsonInt32 42)
Expand Down

0 comments on commit 99ab49e

Please sign in to comment.