From: BenoƮt Jacob Date: Mon, 29 Jan 2007 16:52:52 +0000 (+0000) Subject: remove some kDebug's X-Git-Tag: v3.80.3~77 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=105d0ad72de6ad62d88ce2fb480bdcb0addfd321;p=libqmvoc.git remove some kDebug's svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=628264 --- diff --git a/libscience/compoundviewer/kalziumglwidget.cpp b/libscience/compoundviewer/kalziumglwidget.cpp index b89fee6..c0b6db0 100644 --- a/libscience/compoundviewer/kalziumglwidget.cpp +++ b/libscience/compoundviewer/kalziumglwidget.cpp @@ -165,10 +165,6 @@ void KalziumGLWidget::renderScene( GLenum renderMode, nearEnd = center - molRad * 1.5; farEnd = center + molRad * 1.5; } - kDebug() << "t = " << center << endl; - kDebug() << "m = " << molRad << endl; - kDebug() << "nearEnd = " << nearEnd << endl; - kDebug() << "farEnd = " << farEnd << endl; gluPerspective( 40.0, float( width() ) / height(), nearEnd, farEnd ); glMatrixMode( GL_MODELVIEW );