summaryrefslogtreecommitdiff
path: root/src/tikzit.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-22 11:25:59 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-22 11:25:59 +0200
commitf0c92dbae31b12799d0622b8219d7841ab10464f (patch)
treef5926503dcc7f98abe5104362d63a04cb5c11948 /src/tikzit.cpp
parent24fbb3b7aca8dd5b957397a046d3cb71a00b324c (diff)
updated version in header and added deploy scripts
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();