1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-13 13:47:15 +00:00

Debug output cleaning

This commit is contained in:
Javier Arribas
2015-03-01 20:58:03 +01:00
parent 304f38b81a
commit 7a681a287d
2 changed files with 2 additions and 8 deletions

View File

@@ -303,12 +303,10 @@ gr::basic_block_sptr UhdSignalSource::get_right_block(int RF_channel)
//TODO: There is a incoherence here: Multichannel UHD is a single block with multiple outputs, but if the sample imit is enable, the output is a multiple block!
if (samples_.at(RF_channel) != 0)
{
std::cout<<"return valve!"<<std::endl;
return valve_.at(RF_channel);
}
else
{
std::cout<<"return uhd!"<<std::endl;
return uhd_source_;
}
}