aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-11-21 16:32:17 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-11-21 16:32:17 +0100
commit8db1561f9a6dd120472577c35c50b8853c27c99b (patch)
treeb8c7df17322c866ae61b5891ed1cebebed6e4cc4 /lib
parent26183c30d166bc86fadec0819e231b7d7e229b47 (diff)
Removed a debug message that was left accidently.
Diffstat (limited to 'lib')
-rw-r--r--lib/receiver/receiver_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/receiver/receiver_impl.cc b/lib/receiver/receiver_impl.cc
index 964634c..a31721d 100644
--- a/lib/receiver/receiver_impl.cc
+++ b/lib/receiver/receiver_impl.cc
@@ -826,7 +826,6 @@ void receiver_impl::send_burst(burst_counter burst_nr, const unsigned char * bur
tap_header->timeslot = static_cast<uint8_t>(d_burst_nr.get_timeslot_nr());
tap_header->frame_number = htobe32(d_burst_nr.get_frame_nr());
tap_header->sub_type = burst_type;
- std::cout << static_cast<int>(tap_header->sub_type) << std::endl;
tap_header->arfcn = htobe16(d_cell_allocation[input_nr]) ;
tap_header->signal_dbm = static_cast<int8_t>(d_signal_dbm);
tap_header->snr_db = 0;