Skip to content

Commit 7c80805

Browse files
committed
remove commented old code
1 parent 2228f44 commit 7c80805

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SharedProject/Impl/Logger.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ private void LogImpl(object[] message, bool withTitle)
6060
{
6161
try
6262
{
63-
//var logTime = DateTime.Now;
6463
var logTime = NowForLog.Get();
6564
var messageList = new List<string>(message?.Select(x => x?.ToString()?.Trim(' ', '\r', '\n')).Where(x => !string.IsNullOrWhiteSpace(x)));
6665

@@ -87,7 +86,6 @@ private void LogImpl(object[] message, bool withTitle)
8786

8887
if (withTitle)
8988
{
90-
//_pane.OutputStringThreadSafe($"{Vsix.Name} {logTime}: {logs}{Environment.NewLine}");
9189
_pane.OutputStringThreadSafe($"{logTime}: {logs}{Environment.NewLine}");
9290
}
9391
else

0 commit comments

Comments
 (0)