diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-24 15:00:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-24 15:00:49 +0200 |
commit | b18bdf6ec6c21fd10f858fbbca287779a658987c (patch) | |
tree | 5757d9f386af31c1658d780a8b6a5e58c5f1a79c | |
parent | 80cd8ae9230132ecc4113fac3a4f60f4a94951c1 (diff) |
Tracing cleanup
-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. |