summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnyOldName3 <krizdjali+github@gmail.com>2018-05-15 23:45:15 +0100
committerAnyOldName3 <krizdjali+github@gmail.com>2018-05-15 23:45:15 +0100
commit9c1806cc74a1600f1c28610532d9a06434adf30d (patch)
tree7dabba3c8eee2849d566eee8fd52a995dac7e220
parent8f905e1d498f0c264529737f4b8f7a47c0de59ee (diff)
Remove sneaky test qDebug instance.
-rw-r--r--src/selfupdater.cpp1
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