Skip to content

Commit 04ff46f

Browse files
committed
remove debug output (followup 6de2828)
1 parent 6de2828 commit 04ff46f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/wms/qgswmsprovider.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ QImage *QgsWmsProvider::draw( QgsRectangle const &viewExtent, int pixelWidth, in
561561
}
562562
else
563563
{
564-
QgsDebugMsg( QString( "mTiled:%1 mMaxWidth:%2 mMaxHeight:%3" ).arg( mSettings.mTiled ).arg( mSettings.mMaxWidth ).arg( mSettings.mMaxHeight ) );
565564
mTileReqNo++;
566565

567566
double vres = viewExtent.width() / pixelWidth;

0 commit comments

Comments
 (0)