Skip to content

Commit

Permalink
disabled writing WCS debug cache tmp file
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Aug 13, 2012
1 parent 76bef75 commit 44cc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.cpp
Expand Up @@ -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 ) )
{
Expand Down

0 comments on commit 44cc29b

Please sign in to comment.