mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 20:34:59 +00:00
Remove extra debug print
This commit is contained in:
@@ -197,7 +197,6 @@ std::shared_ptr<AccountTask> MinecraftAccount::refresh(AuthSessionPtr session) {
|
||||
m_currentTask.reset(new MSASilent(&data));
|
||||
}
|
||||
else {
|
||||
qDebug() << "Account dfdf";
|
||||
m_currentTask.reset(new MojangRefresh(&data));
|
||||
}
|
||||
m_currentTask->assignSession(session);
|
||||
|
||||
Reference in New Issue
Block a user