1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -04:00

Commented too frequent debug messages

This commit is contained in:
f4exb
2019-12-12 18:23:59 +01:00
parent 18f833c650
commit 1a8028a4eb
2 changed files with 5 additions and 5 deletions
@@ -58,7 +58,7 @@ void RemoteSourceBaseband::reset()
void RemoteSourceBaseband::pull(const SampleVector::iterator& begin, unsigned int nbSamples)
{
qDebug("RemoteSourceBaseband::pull: %u", nbSamples);
//qDebug("RemoteSourceBaseband::pull: %u", nbSamples);
unsigned int part1Begin, part1End, part2Begin, part2End;
m_sampleFifo.read(nbSamples, part1Begin, part1End, part2Begin, part2End);
SampleVector& data = m_sampleFifo.getData();