From b18bdf6ec6c21fd10f858fbbca287779a658987c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Nov 2014 15:00:49 +0200 Subject: Tracing cleanup --- odb/oracle/statement.cxx | 6 ------ 1 file changed, 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 // std::strlen, std::memset #include -#include // @@ tmp #include #include // 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 (n); } - //cerr << "total: " << rows << endl; - if (n_ > 1) // Batch. { if (rows != 0) // Some rows did get affected. -- cgit v1.1