Skip to content

Commit 0625308

Browse files
Update test/Sentry.Tests/SentryLogTests.cs
Co-authored-by: Stefan Pölz <38893694+Flash0ver@users.noreply.github.com>
1 parent eb5c58f commit 0625308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Sentry.Tests/SentryLogTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public void WriteTo_NoParameters_NoTemplate(bool hasParameters)
8484
};
8585

8686
// Act
87-
// var document = log.ToJsonString();
8887
var document = log.ToJsonDocument(static (obj, writer, logger) => obj.WriteTo(writer, logger), _output);
8988
var attributes = document.RootElement.GetProperty("attributes");
9089

0 commit comments

Comments
 (0)