diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 1f88062..588a39a 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Framework.Console | |||
126 | if (!dict.ContainsKey(helpPart)) | 126 | if (!dict.ContainsKey(helpPart)) |
127 | break; | 127 | break; |
128 | 128 | ||
129 | //System.Console.WriteLine("Found {0}", helpParts[0]); | 129 | //m_log.Debug("Found {0}", helpParts[0]); |
130 | 130 | ||
131 | if (dict[helpPart] is Dictionary<string, Object>) | 131 | if (dict[helpPart] is Dictionary<string, Object>) |
132 | dict = (Dictionary<string, object>)dict[helpPart]; | 132 | dict = (Dictionary<string, object>)dict[helpPart]; |