Skip to content

Commit 3fa33b5

Browse files
author
jef
committed
silence extensive debugging noise
git-svn-id: http://svn.osgeo.org/qgis/trunk@10743 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5cf3395 commit 3fa33b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/raster/qgsrasterlayer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ unsigned int QgsRasterLayer::bandCount()
644644

645645
const QString QgsRasterLayer::bandName( int theBandNo )
646646
{
647-
QgsDebugMsg( "entered." );
648647
if ( theBandNo <= mRasterStatsList.size() && theBandNo > 0 )
649648
{
650649
//vector starts at base 0, band counts at base1 !

0 commit comments

Comments
 (0)