[hamradio-commits] [gnss-sdr] 30/60: remove undesired terminal output
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Sun Mar 22 11:15:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.
commit d3f669cebe60f34796ab9dcb1fd013e9c0155e1c
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Tue Mar 3 15:57:16 2015 +0100
remove undesired terminal output
---
src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc b/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
index b15485a..b0af5da 100644
--- a/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
+++ b/src/algorithms/PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc
@@ -170,7 +170,6 @@ int gps_l1_ca_pvt_cc::general_work (int noutput_items, gr_vector_int &ninput_ite
{
// UTC MODEL data is shared for all the GPS satellites. Read always at ID=0
global_gps_utc_model_map.read(0, d_ls_pvt->gps_utc_model);
- std::cout << d_ls_pvt->gps_utc_model.d_A0 << std::endl;
}
if (global_gps_iono_map.size() > 0)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git
More information about the pkg-hamradio-commits
mailing list