Delete extraneous console message in the Configger.

bullet-2.82
Diva Canto 2014-05-07 17:19:57 -07:00
parent f4cba27105
commit 093705efd1
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ namespace OpenSim.Tools.Configger
List<string> sources = new List<string>(); List<string> sources = new List<string>();
string iniFileName = startupConfig.GetString("inifile", Path.Combine(".", "OpenSim.ini")); string iniFileName = startupConfig.GetString("inifile", Path.Combine(".", "OpenSim.ini"));
Console.WriteLine("---> " + iniFileName + " <---");
if (IsUri(iniFileName)) if (IsUri(iniFileName))
{ {