From 9db65c69e0e74d20b14ea66427fdfaaf62729c5e Mon Sep 17 00:00:00 2001 From: asv Date: Wed, 15 Jun 2005 08:22:02 +0000 Subject: [PATCH] unneccessary "printf" removed. --- src/GEOMGUI/GEOMGUI_Selection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2