Skip to content

Commit

Permalink
Be less verbose (too much output when measuring with QgsDistanceArea).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6904 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 20, 2007
1 parent b09c249 commit 5a894b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsspatialrefsys.cpp
Expand Up @@ -446,7 +446,7 @@ bool QgsSpatialRefSys::isValid() const
OGRErr myResult = myOgrSpatialRef.importFromProj4( mySourceCharArrayPointer );
if (myResult==OGRERR_NONE)
{
QgsDebugMsg("The OGRe says it's a valid SRS with proj4 string: " + mProj4String);
//QgsDebugMsg("The OGRe says it's a valid SRS with proj4 string: " + mProj4String);
//srs is valid so nothing more to do...
return true;
}
Expand Down

0 comments on commit 5a894b1

Please sign in to comment.