Skip to content

Commit 45886a6

Browse files
committed
remove comments
1 parent ca1c715 commit 45886a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libraries/src/AWS.Lambda.Powertools.Common/Core/SystemWrapper.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public SystemWrapper(IPowertoolsEnvironment powertoolsEnvironment)
4040
{
4141
_powertoolsEnvironment = powertoolsEnvironment;
4242
_instance ??= this;
43-
44-
43+
4544
// Clear AWS SDK Console injected parameters StdOut and StdErr
4645
var standardOutput = new StreamWriter(Console.OpenStandardOutput());
4746
standardOutput.AutoFlush = true;

libraries/src/AWS.Lambda.Powertools.Logging/Internal/PowertoolsConfigurations.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ internal static LogLevel GetLambdaLogLevel(this IPowertoolsConfigurations powert
4949

5050
if (Enum.TryParse(awsLogLevel, true, out LogLevel result))
5151
{
52-
//Logger.LogWarning("Oopss!!");
5352
return result;
5453
}
5554

0 commit comments

Comments
 (0)