Remove the extra key expansion added in commit a88bc50a16. It's not needed.

This commit is contained in:
Diva Canto
2015-01-03 07:56:00 -08:00
parent 04e76dc5d6
commit b379eaa169

View File

@@ -325,8 +325,6 @@ namespace OpenSim
Environment.Exit(1);
}
}
configSource.Source.ExpandKeyValues();
return success;
}