Skip to content

Commit 5f3ac39

Browse files
committed
Remove comment
1 parent d5abba1 commit 5f3ac39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/ResourceManager/Json/PSJsonSerializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static string Serialize(object value, SerializeContext context)
5555
// NOTE(jcotillo): JsonExtensions.ToJson() extension uses a custom serialization settings
5656
// that preserves DateTime values as string (DateParseHandling = DateParseHandling.None),
5757
// plus other custom settings.
58-
//return JsonConvert.SerializeObject(processed);
5958
return processed.ToJson();
6059
}
6160
catch (OperationCanceledException)

0 commit comments

Comments
 (0)