diff options
author | Jeff Ames | 2008-02-06 07:36:14 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-06 07:36:14 +0000 |
commit | 355d0fdb952a7f796898fcc6b98f21e9eec9eb78 (patch) | |
tree | a0a62d28c906dc60da9734f0d2a422cf4d5f0fd9 /OpenSim/Framework/Console/ConsoleBase.cs | |
parent | Added colors back to console output. (diff) | |
download | opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.zip opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.gz opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.bz2 opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.xz |
Revert color console changes until a cross-platform method is found.
Diffstat (limited to 'OpenSim/Framework/Console/ConsoleBase.cs')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 6ea9b5d..1a29055 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -192,7 +192,6 @@ namespace OpenSim.Framework.Console | |||
192 | } | 192 | } |
193 | catch (FormatException) | 193 | catch (FormatException) |
194 | { | 194 | { |
195 | // Some older systems dont support coloured text. | ||
196 | System.Console.WriteLine(args); | 195 | System.Console.WriteLine(args); |
197 | } | 196 | } |
198 | } | 197 | } |