From 91231d3a081fb2912a9f6ca777a2a0d1211adf4f Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 29 Jul 2010 18:12:08 +0200
Subject: [PATCH] Removed debug messages (why do they show up in release-build
 anyway?)

---
 src/pulsaranimationwidget.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp
index 7fe75a3..a748368 100644
--- a/src/pulsaranimationwidget.cpp
+++ b/src/pulsaranimationwidget.cpp
@@ -647,7 +647,6 @@ void PulsarAnimationWidget::updateCameraPosition(const double angleH, const doub
 
     updateGL();
 
-    qDebug("Camera (x,y,z,+,h,v): %f, %f, %f, %f, %f, %f", m_cameraPosX, m_cameraPosY, m_cameraPosZ, zoom, angleH, angleV);
 }
 
 void PulsarAnimationWidget::setFramePerSecond(const unsigned int fps)
@@ -716,8 +715,6 @@ void PulsarAnimationWidget::updatePulseProfile()
     const double    t2              = sin(alpha) * sin(beta+alpha);
     const double    W               = 2 * asin(sqrt( t1 / t2 ));
 
-    qDebug("alpha: %f, beta: %f, rho: %f, t1: %f, t2: %f, W: %f", alpha*180/PI, beta*180/PI, rho*180/PI, t1*180/PI, t2*180/PI, W*180/PI);
-
     for(int x = 0; x < 360; ++x) {
         // update pulsar rotation angle
         const double phiRot = x * deltaPhiRot;
-- 
GitLab