Skip to content

Commit 43d5248

Browse files
committed
Address PR comments
1 parent 43380de commit 43d5248

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Libraries/src/Amazon.Lambda.RuntimeSupport/Helpers/Logging/DefaultLogMessageFormatter.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ public override string FormatMessage(MessageState state)
6060
5 // Padding for tabs
6161
);
6262

63-
if (!AddPrefix)
64-
{
65-
return message;
66-
}
67-
68-
6963
if (AddPrefix)
7064
{
7165
sb.Append(FormatTimestamp(state));

0 commit comments

Comments
 (0)