1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 20:20:35 +00:00

Removing debug code

This commit is contained in:
Javier Arribas 2019-04-09 17:49:46 +02:00
parent 141e101363
commit 1d059dda15

View File

@ -91,13 +91,6 @@ GNSSFlowgraph::~GNSSFlowgraph()
{ {
GNSSFlowgraph::disconnect(); GNSSFlowgraph::disconnect();
} }
//debug
std::cout << "Called flowgraph destructor\n";
// Activate acquisition in enabled channels
for (unsigned int i = 0; i < channels_count_; i++)
{
std::cout << " ch " << i << " trk sptr use count: " << channels_.at(i)->get_left_block_trk().use_count() << "\n";
}
} }