Skip to content
Permalink
Browse files
Moved a std::cerr debug line into #ifdef QGISDEDUG
git-svn-id: http://svn.osgeo.org/qgis/trunk@5546 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 25, 2006
1 parent 846a7bf commit 07e02c9
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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;

0 comments on commit 07e02c9

Please sign in to comment.