mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 01:24:18 +02:00
Remove excessive debug logging
This commit is contained in:
@@ -130,11 +130,6 @@ char* RingBuffer::get_buffer_slot_address(size_t buffer_slot_index)
|
||||
throw runtime_error(error_message.str());
|
||||
}
|
||||
|
||||
#ifdef DEBUG_OUTPUT
|
||||
cout << "[RingBuffer::get_buffer_slot_address] For buffer_slot_index " << buffer_slot_index;
|
||||
cout << " the calculated memory address is " << long(slot_memory_address) << endl;
|
||||
#endif
|
||||
|
||||
return slot_memory_address;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user