Commit 1d014ceb authored by unknown's avatar unknown
Browse files

removed printout

parent 0f720966
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -674,7 +674,6 @@ void NdbScanOperation::closeScan()
    
    if(m_api_receivers_count+m_conf_receivers_count){
      // Send close scan
      ndbout_c("sending close %d %d", m_api_receivers_count, m_conf_receivers_count);
      send_next_scan(0, true); // Close scan
    }
    
+0 −1
Original line number Diff line number Diff line
@@ -1147,7 +1147,6 @@ UtilTransactions::readRowFromTableAndIndex(Ndb* pNdb,
      if (row.attributeStore(col->getName())->isNULL())
      {
	null_found= true;
	ndbout_c("null found");
	break;
      }
    }