diff options
| author | AnyOldName3 <krizdjali+github@gmail.com> | 2018-05-15 23:45:15 +0100 |
|---|---|---|
| committer | AnyOldName3 <krizdjali+github@gmail.com> | 2018-05-15 23:45:15 +0100 |
| commit | 9c1806cc74a1600f1c28610532d9a06434adf30d (patch) | |
| tree | 7dabba3c8eee2849d566eee8fd52a995dac7e220 /src | |
| parent | 8f905e1d498f0c264529737f4b8f7a47c0de59ee (diff) | |
Remove sneaky test qDebug instance.
Diffstat (limited to 'src')
| -rw-r--r-- | src/selfupdater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 8027e804..a57b7962 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -133,7 +133,6 @@ SelfUpdater::SelfUpdater(NexusInterface *nexusInterface) {
// Trust the string to make sense
m_MOVersion = VersionInfo(versionString);
- qDebug() << "<: " << (m_MOVersion < VersionInfo(2, 1, 4)) << ", >: " << (m_MOVersion > VersionInfo(2, 1, 4));
}
}
else
|
