From af4c2c854faa3332d6da9b4b1882cf5a300104e0 2012-02-29 13:40:15 From: Jani Honkonen Date: 2012-02-29 13:40:15 Subject: [PATCH] Remove debug from piechartdrilldown --- diff --git a/example/piechartdrilldown/main.cpp b/example/piechartdrilldown/main.cpp index 4e82edc..e91cafa 100644 --- a/example/piechartdrilldown/main.cpp +++ b/example/piechartdrilldown/main.cpp @@ -31,7 +31,6 @@ public Q_SLOTS: QString label = m_prefix; label += " - " + QString::number(this->value())+ "e ("; label += QString::number(this->percentage()*100, 'f', 1) + "%)"; - qDebug() << "updateLabel" << label; setLabel(label); }