diff options
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; } |