summaryrefslogtreecommitdiff
path: root/src/tikzit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tikzit.cpp')
-rw-r--r--src/tikzit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tikzit.cpp b/src/tikzit.cpp
index 5d1fef4..4fd4227 100644
--- a/src/tikzit.cpp
+++ b/src/tikzit.cpp
@@ -372,7 +372,7 @@ void Tikzit::updateReply(QNetworkReply *reply)
QByteArray data = reply->read(200);
QString strLatest = QString::fromUtf8(data).simplified();
- qDebug() << "got response:" << strLatest;
+ //qDebug() << "got response:" << strLatest;
QVersionNumber current = QVersionNumber::fromString(TIKZIT_VERSION).normalized();
QVersionNumber latest = QVersionNumber::fromString(strLatest).normalized();