Skip to content
Snippets Groups Projects
Commit 9bed4ec0 authored by Sonia Minolli's avatar Sonia Minolli
Browse files

delete debug logs

parent f85d3051
No related branches found
No related tags found
No related merge requests found
...@@ -147,10 +147,6 @@ void BufferedCounterEvt::handle_raw_buffer(ni660Xsl::InRawBuffer* buffer, long& ...@@ -147,10 +147,6 @@ void BufferedCounterEvt::handle_raw_buffer(ni660Xsl::InRawBuffer* buffer, long&
yat::AutoMutex<> guard(this->m_buffLock); yat::AutoMutex<> guard(this->m_buffLock);
ni660Xsl::InRawBuffer& buf = *buffer; ni660Xsl::InRawBuffer& buf = *buffer;
// soso traces deimos
DEBUG_STREAM << "soso ******** BufferedCounterEvt " << this->m_cfg.cnt.name << " raw buffer[0] ulong received = " << buf[0] << std::endl;
// vient directement de DAQmxReadCounterU32
RawData_t & data = this->m_data; RawData_t & data = this->m_data;
bool data_to_be_stored = (this->m_cfg.acq.nexusFileGeneration && this->m_cfg.cnt.nexus); bool data_to_be_stored = (this->m_cfg.acq.nexusFileGeneration && this->m_cfg.cnt.nexus);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment