Delete extraneous console message in the Configger.

This commit is contained in:
Diva Canto
2014-05-07 17:19:57 -07:00
parent f4cba27105
commit 093705efd1

View File

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