Skip to content

Commit 07e02c9

Browse files
author
g_j_m
committed
Moved a std::cerr debug line into #ifdef QGISDEDUG
git-svn-id: http://svn.osgeo.org/qgis/trunk@5546 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 846a7bf commit 07e02c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/grass/qgsgrass.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ void QgsGrass::init( void )
188188
*/
189189
bool QgsGrass::isValidGrassBaseDir(QString const gisBase)
190190
{
191+
#ifdef QGISDEBUG
191192
std::cerr << "isValidGrassBaseDir()" << std::endl;
193+
#endif
192194
if ( gisBase.isEmpty() )
193195
{
194196
return FALSE;

0 commit comments

Comments
 (0)