Skip to content

Commit 44cc29b

Browse files
committedAug 13, 2012
disabled writing WCS debug cache tmp file
1 parent 76bef75 commit 44cc29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wcs/qgswcsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ void QgsWcsProvider::cacheReplyFinished()
969969
}
970970
QgsDebugMsg( QString( "%1 bytes received" ).arg( mCachedData.size() ) );
971971

972-
#if 1
972+
#if 0
973973
QFile myFile( "/tmp/qgiswcscache.dat" );
974974
if ( myFile.open( QIODevice::WriteOnly ) )
975975
{

0 commit comments

Comments
 (0)
Please sign in to comment.