Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
silence extensive debugging noise
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10743 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 5, 2009
1 parent aaaf5e6 commit bb7a2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -644,7 +644,6 @@ unsigned int QgsRasterLayer::bandCount()

const QString QgsRasterLayer::bandName( int theBandNo )
{
QgsDebugMsg( "entered." );
if ( theBandNo <= mRasterStatsList.size() && theBandNo > 0 )
{
//vector starts at base 0, band counts at base1 !
Expand Down

0 comments on commit bb7a2fa

Please sign in to comment.