mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Delete extraneous console message in the Configger.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user