Skip to content

Commit c092519

Browse files
committed
Remove extra header write from LogDisplayTraceListener (again)
1 parent aec9a96 commit c092519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/ExcelDna.Integration/LogDisplayTraceListener.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ public override void TraceEvent(TraceEventCache eventCache, string source, Trace
4848
}
4949

5050
// Normally receives the header information
51+
// We just suppress for now.
5152
public override void Write(string message)
5253
{
53-
// If this is called, we just call WriteLine for now.
5454
// CONSIDER: We might write to a buffer or special structure before displaying.
55-
WriteLine(message);
55+
//WriteLine(message);
5656
}
5757

5858
public override void WriteLine(string message)

0 commit comments

Comments
 (0)