diff options
author | Diva Canto | 2014-05-07 17:19:57 -0700 |
---|---|---|
committer | Diva Canto | 2014-05-07 17:19:57 -0700 |
commit | 093705efd17ae015ee1383ab8086aca33d3f2168 (patch) | |
tree | 967bbaa2a27590605227a74679d96305e7d205e5 /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-093705efd17ae015ee1383ab8086aca33d3f2168.zip opensim-SC-093705efd17ae015ee1383ab8086aca33d3f2168.tar.gz opensim-SC-093705efd17ae015ee1383ab8086aca33d3f2168.tar.bz2 opensim-SC-093705efd17ae015ee1383ab8086aca33d3f2168.tar.xz |
Delete extraneous console message in the Configger.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 4820e0b..f1d3649 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -71,7 +71,6 @@ namespace OpenSim.Tools.Configger | |||
71 | List<string> sources = new List<string>(); | 71 | List<string> sources = new List<string>(); |
72 | 72 | ||
73 | string iniFileName = startupConfig.GetString("inifile", Path.Combine(".", "OpenSim.ini")); | 73 | string iniFileName = startupConfig.GetString("inifile", Path.Combine(".", "OpenSim.ini")); |
74 | Console.WriteLine("---> " + iniFileName + " <---"); | ||
75 | 74 | ||
76 | if (IsUri(iniFileName)) | 75 | if (IsUri(iniFileName)) |
77 | { | 76 | { |