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:
parent
141e101363
commit
1d059dda15
@ -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";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user