diff options
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index bdce0f0..3a45f70 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -46,8 +46,6 @@ namespace OpenSim | |||
46 | 46 | ||
47 | XmlConfigurator.Configure(); | 47 | XmlConfigurator.Configure(); |
48 | 48 | ||
49 | Console.WriteLine("OpenSim " + VersionInfo.Version + "\n"); | ||
50 | |||
51 | Console.Write("Performing compatibility checks... "); | 49 | Console.Write("Performing compatibility checks... "); |
52 | string supported = String.Empty; | 50 | string supported = String.Empty; |
53 | if (Util.IsEnvironmentSupported(ref supported)) | 51 | if (Util.IsEnvironmentSupported(ref supported)) |