Skip to content
Permalink
Browse files
disabled writing WCS debug cache tmp file
  • Loading branch information
blazek committed Aug 13, 2012
1 parent 76bef75 commit 44cc29b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -969,7 +969,7 @@ void QgsWcsProvider::cacheReplyFinished()
}
QgsDebugMsg( QString( "%1 bytes received" ).arg( mCachedData.size() ) );

#if 1
#if 0
QFile myFile( "/tmp/qgiswcscache.dat" );
if ( myFile.open( QIODevice::WriteOnly ) )
{

0 comments on commit 44cc29b

Please sign in to comment.