Skip to content

Commit

Permalink
Remove stray output.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Nov 12, 2018
1 parent c505e3c commit 75645c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernels/TIndexKernel.cpp
Expand Up @@ -446,7 +446,6 @@ bool TIndexKernel::createFeature(const FieldIndexes& indexes,
if (epsg.size())
{
epsg = "EPSG:" + epsg;
std::cerr << "Out = " << epsg << "!\n";
OGR_F_SetFieldString(hFeature, indexes.m_srs, epsg.data());
}
else
Expand Down

0 comments on commit 75645c5

Please sign in to comment.