Skip to content

Commit

Permalink
crssync: remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 2, 2014
1 parent 2a7752d commit b1dd6d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgscoordinatereferencesystem.cpp
Expand Up @@ -2052,8 +2052,6 @@ bool QgsCoordinateReferenceSystem::syncDatumTransform( const QString& dbPath )

insert += map[i].dst;
values += QString( "%%1" ).arg( i + 1 );

qWarning( "%d: src=%s dst=%s idx=%d", i, map[i].src, map[i].dst, map[i].idx );
}

insert = "INSERT INTO tbl_datum_transform(" + insert + ") VALUES (" + values + ")";
Expand Down

0 comments on commit b1dd6d3

Please sign in to comment.