diff options
-rw-r--r-- | odb/oracle/statement.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index fd2ba83..e6fbb07 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -6,7 +6,6 @@ #include <cstring> // std::strlen, std::memset #include <cassert> -#include <iostream> // @@ tmp #include <odb/tracer.hxx> #include <odb/exceptions.hxx> // object_not_persistent @@ -1344,7 +1343,6 @@ namespace odb if (r == OCI_ERROR || r == OCI_INVALID_HANDLE) translate_error (err1_, r); - //cerr << "NUM_DML_ERRORS: " << errors << endl; errors_ = errors; if (errors != 0) @@ -1394,8 +1392,6 @@ namespace odb if (status_[row] != ignore_code) translate_error (err2, OCI_ERROR, &conn_, row, mex_); - - //cerr << "[" << row << "] " << status_[row] << endl; } } } @@ -1423,8 +1419,6 @@ namespace odb rows = static_cast<unsigned long long> (n); } - //cerr << "total: " << rows << endl; - if (n_ > 1) // Batch. { if (rows != 0) // Some rows did get affected. |