diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-06 11:15:15 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-06 11:15:15 +0200 |
commit | cc499488dbab9167870e6088f9a1793f95894c79 (patch) | |
tree | d6efb25086f4c2c6cb3c0a3dc8ad5a5a80985286 /logic/auth/flows/RefreshTask.cpp | |
parent | a218d7b7f6a9e30671be72b756104302637eb33d (diff) | |
download | MultiMC-cc499488dbab9167870e6088f9a1793f95894c79.tar MultiMC-cc499488dbab9167870e6088f9a1793f95894c79.tar.gz MultiMC-cc499488dbab9167870e6088f9a1793f95894c79.tar.lz MultiMC-cc499488dbab9167870e6088f9a1793f95894c79.tar.xz MultiMC-cc499488dbab9167870e6088f9a1793f95894c79.zip |
Fix liteloader, some cleanups.
Diffstat (limited to 'logic/auth/flows/RefreshTask.cpp')
-rw-r--r-- | logic/auth/flows/RefreshTask.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/auth/flows/RefreshTask.cpp b/logic/auth/flows/RefreshTask.cpp index 7e926c2b..61974476 100644 --- a/logic/auth/flows/RefreshTask.cpp +++ b/logic/auth/flows/RefreshTask.cpp @@ -21,7 +21,6 @@ #include <QJsonObject> #include <QJsonArray> #include <QVariant> -#include <QDebug> #include "logger/QsLog.h" |