Navigation Menu

Skip to content

Commit

Permalink
Moved a std::cerr debug line into #ifdef QGISDEDUG
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5546 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 25, 2006
1 parent d1b2716 commit 9b1c05e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/grass/qgsgrass.cpp
Expand Up @@ -188,7 +188,9 @@ void QgsGrass::init( void )
*/
bool QgsGrass::isValidGrassBaseDir(QString const gisBase)
{
#ifdef QGISDEBUG
std::cerr << "isValidGrassBaseDir()" << std::endl;
#endif
if ( gisBase.isEmpty() )
{
return FALSE;
Expand Down

0 comments on commit 9b1c05e

Please sign in to comment.