[Kst] extragear/graphics/kst/kst/datasources/qimagesource

Barth Netterfield netterfield at astro.utoronto.ca
Tue Aug 23 01:02:52 CEST 2005


SVN commit 452291 by netterfield:

remove debugging printf...


 M  +1 -2      qimagesource.cpp  


--- trunk/extragear/graphics/kst/kst/datasources/qimagesource/qimagesource.cpp #452290:452291
@@ -153,7 +153,6 @@
 int QimagesourceSource::readField(double *v, const QString& field, int s, int n) {
   int i=0, px,  py;
 
-  printf( "entering readField...\n" );
   if ( field=="INDEX" ) {
     for ( i=0; i<n; i++ ) {
       v[i] = i+s;
@@ -183,7 +182,7 @@
       v[i-s] = qBlue( _image.pixel( px, py ) );
     }
   }
-  printf( "leaving readField...\n" );
+
   return( i );
 }
 


More information about the Kst mailing list