diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/FResultSet.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/FResultSet.cxx b/connectivity/source/drivers/firebird/FResultSet.cxx index 213efee3a1df..07b11eb53713 100644 --- a/connectivity/source/drivers/firebird/FResultSet.cxx +++ b/connectivity/source/drivers/firebird/FResultSet.cxx @@ -345,9 +345,6 @@ void SAL_CALL OResultSet::checkRowIndex(sal_Bool mustBeOnValidRow) checkDisposed(OResultSet_BASE::rBHelper.bDisposed); ensureDataAvailable(); - SAL_INFO("connectivity.firebird", "Checking if row " << m_currentRow << - "/" << m_rowCount << " is valid."); - if(mustBeOnValidRow) { if((m_currentRow < 1) || (m_currentRow > m_rowCount)) |