From f5ee23bb1ff27dbd3cfaa714bfd907e8b9e17d2b Mon Sep 17 00:00:00 2001 From: Mika Salmela Date: Tue, 14 Oct 2014 17:04:47 +0300 Subject: Small cleanups for surface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unnecessary modelMatrix multiplications removed. Intentional whitespace removal. Change-Id: I78b8e6f984d44baf7015c9551701b04cb869fc8b Reviewed-by: Tomi Korpipää Reviewed-by: Miikka Heikkinen --- tests/surfacetest/graphmodifier.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/surfacetest/graphmodifier.cpp b/tests/surfacetest/graphmodifier.cpp index 5d8183b0..7192f0dc 100644 --- a/tests/surfacetest/graphmodifier.cpp +++ b/tests/surfacetest/graphmodifier.cpp @@ -170,7 +170,6 @@ void GraphModifier::fillSeries() (*newRow[s])[j].setPosition(QVector3D(x, y, z)); } } - qDebug() << newRow[0]->at(0).z(); *dataArray1 << newRow[0]; *dataArray2 << newRow[1]; *dataArray3 << newRow[2]; -- cgit v1.2.3