Skip to content

Commit

Permalink
don't pollute stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 10, 2013
1 parent 1008495 commit 2d2cebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drivers/oci/Writer.cpp
Expand Up @@ -1285,8 +1285,6 @@ bool Writer::WriteBlock(PointBuffer const& buffer)
m_pcExtent = bounds;
m_pcExtent.grow(bounds);

std::cout << bounds << std::endl;

SetOrdinates(statement, sdo_ordinates, bounds);
statement->Bind(&sdo_ordinates, m_connection->GetOrdinateType());

Expand Down

0 comments on commit 2d2cebc

Please sign in to comment.