From a621eb3ee0bf04e998b0e8479e8166f25e25c268 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 12 Jan 2016 18:16:50 +0100 Subject: Scatterplot: removed leftover debugging code. --- scatterplot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scatterplot.cpp b/scatterplot.cpp index c85e19f..d779182 100644 --- a/scatterplot.cpp +++ b/scatterplot.cpp @@ -236,7 +236,6 @@ QSGNode *Scatterplot::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *) { QSGNode *root = oldNode ? oldNode : newSceneGraph(); - qDebug() << "updatePaintNode: " << this; if (m_xy.n_rows < 1) { return root; } -- cgit v1.2.3