diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp
index 7fe75a3937ecbf9b45a551e56eb8c7d0dafa4882..a7483688444ee145038afd4b17be4d8aa2bfba36 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;