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

delete debug logs

parent a7a86ddf
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&
yat::AutoMutex<> guard(this->m_buffLock);
ni660Xsl::InRawBuffer& buf = *buffer;
// soso traces deimos
DEBUG_STREAM << "soso ******** BufferedCounterEvt raw buffer[0] ulong received = " << buf[0] << std::endl;
// vient directement de DAQmxReadCounterU32
RawData_t & data = this->m_data;
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