move url handling to after settings load debug

This commit is contained in:
Stephen Birarda 2014-09-29 13:15:28 -07:00
parent 3fbf141686
commit a847c2d80d

View file

@ -1793,6 +1793,8 @@ void Application::init() {
Menu::getInstance()->loadSettings();
_audio.setReceivedAudioStreamSettings(Menu::getInstance()->getReceivedAudioStreamSettings());
qDebug() << "Loaded settings";
// when --url in command line, teleport to location
const QString HIFI_URL_COMMAND_LINE_KEY = "--url";
@ -1801,8 +1803,6 @@ void Application::init() {
AddressManager::getInstance().handleLookupString(arguments().value(urlIndex + 1));
}
qDebug("Loaded settings");
// initialize our face trackers after loading the menu settings
_faceshift.init();
_faceplus.init();