From: asv Date: Wed, 15 Jun 2005 08:22:02 +0000 (+0000) Subject: unneccessary "printf" removed. X-Git-Tag: T3_0_0_a4~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9db65c69e0e74d20b14ea66427fdfaaf62729c5e;p=modules%2Fgeom.git unneccessary "printf" removed. --- diff --git a/src/GEOMGUI/GEOMGUI_Selection.cxx b/src/GEOMGUI/GEOMGUI_Selection.cxx index aebc85bbf..a8f1673fd 100644 --- a/src/GEOMGUI/GEOMGUI_Selection.cxx +++ b/src/GEOMGUI/GEOMGUI_Selection.cxx @@ -48,7 +48,7 @@ QtxValue GEOMGUI_Selection::param( const int ind, const QString& p ) const else if ( p == "isActiveViewer" ) val = QtxValue( isActiveViewer() ); } - printf( "--> param() : [%s] = %s\n", p.latin1(), val.toString ().latin1() ); + //printf( "--> param() : [%s] = %s\n", p.latin1(), val.toString ().latin1() ); return val; }