Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2002-09-19 10:59:15 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2002-09-19 10:59:15 +0400
commitf6e3aaa0b10e3cae2f45c4647a3d5d88c883c14c (patch)
treed4e0f227b31ad7ddb3a3eb428228ff652dc7413e /mcs/class/System/System.Diagnostics/TraceImpl.cs
parente1a0fb9915aa6c65d467119b8d2cf10618dfffeb (diff)
Forgot one...
svn path=/trunk/mcs/; revision=7609
Diffstat (limited to 'mcs/class/System/System.Diagnostics/TraceImpl.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/TraceImpl.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/TraceImpl.cs b/mcs/class/System/System.Diagnostics/TraceImpl.cs
index 31a10d69cc3..f159f2518c4 100644
--- a/mcs/class/System/System.Diagnostics/TraceImpl.cs
+++ b/mcs/class/System/System.Diagnostics/TraceImpl.cs
@@ -141,7 +141,6 @@ namespace System.Diagnostics {
{
lock (lock_) {
foreach (TraceListener listener in Listeners) {
-Console.WriteLine("before decr. listener.IndentLevel={0}", listener.IndentLevel);
listener.IndentLevel--;
}
}