Remove extra debug print

This commit is contained in:
Sebastian
2021-11-11 17:21:48 -05:00
committed by GitHub
parent 51bbc4f502
commit 2b197f02ef

View File

@@ -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);