remove debugging

This commit is contained in:
David Kelly 2017-06-21 16:09:08 -07:00
parent 94a33fea94
commit 92cbb86e8b

View file

@ -863,10 +863,8 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
// no need to do so here. If someone specifies both --avatarURL
// and --replaceAvatarURL, the replaceAvatarURL wins.
QString avatarURL = getCmdOption(argc, constArgv, "--avatarURL");
qDebug() << "XXXXXXXXXXXXXXXXXXXXX" << avatarURL;
_avatarOverrideUrl = QUrl::fromUserInput(avatarURL);
QString replaceURL = getCmdOption(argc, constArgv, "--replaceAvatarURL");
qDebug() << "YYYYYYYYYYYYYYYYYYYYYY" << replaceURL;
if (!replaceURL.isEmpty()) {
_avatarOverrideUrl = QUrl::fromUserInput(replaceURL);
_saveAvatarOverrideUrl = true;