diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 15:54:07 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 15:54:07 +0800 |
commit | 7665ada5298e00061c3990e83406f2ec420fcd6f (patch) | |
tree | bce3ffac61d75f3b7e8d40d75d00d672c97debf3 /controller.cxx | |
parent | f5d44e8db7271f9cfa30b242f1eaf8371493c803 (diff) |
Remove unnecessary logging
Diffstat (limited to 'controller.cxx')
-rw-r--r-- | controller.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controller.cxx b/controller.cxx index ddbd325..16397f1 100644 --- a/controller.cxx +++ b/controller.cxx @@ -1,4 +1,3 @@ -#include <QDebug> #ifdef ANDROID #include <QStringBuilder> #endif @@ -101,7 +100,6 @@ Controller::Controller(QObject* parent) void Controller::setTicketSubject(QString const& subject) { - qDebug() << "Subject: " << subject; if (m_ticketSubject != subject) m_ticketSubject = subject; } |