Skip to content

Commit

Permalink
Remove a debugging output from general use
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6313 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 23, 2006
1 parent 6c57b2f commit 7f98c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsserversourceselect.cpp
Expand Up @@ -298,7 +298,9 @@ void QgsServerSourceSelect::populateImageEncodingGroup(QgsWmsProvider* wmsProvid
}
else
{
#ifdef QGISDEBUG
std::cerr<<"Unsupported type of " << format->toLocal8Bit().data() << '\n';
#endif
}
}
}
Expand Down

0 comments on commit 7f98c30

Please sign in to comment.