From b14e4fe164a3d249ab6d8eec744a14c0e0086d86 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Tue, 31 Jul 2018 15:12:14 -0500 Subject: Removed lgw send debug output --- libloragw/src/loragw_hal.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libloragw') diff --git a/libloragw/src/loragw_hal.c b/libloragw/src/loragw_hal.c index 3e6975b..2d958ba 100644 --- a/libloragw/src/loragw_hal.c +++ b/libloragw/src/loragw_hal.c @@ -1443,11 +1443,6 @@ int lgw_send(struct lgw_pkt_tx_s pkt_data) { lgw_reg_r(LGW_FPGA_RF_ATTN_MODE, &read_value); if (read_value == 0) { lgw_reg_w(LGW_FPGA_RF_ATTN_VALUE, txgain_lut.lut[pow_index].attenuation * 4); - printf("dig_gain for sent packet %d\n", txgain_lut.lut[pow_index].dig_gain); - printf("mix_gain for sent packet %d\n", txgain_lut.lut[pow_index].mix_gain); - printf("pa_gain for sent packet %d\n", txgain_lut.lut[pow_index].pa_gain); - printf("Power for sent packet %d\n", txgain_lut.lut[pow_index].rf_power); - printf("Attenuation for sent packet %f\n", txgain_lut.lut[pow_index].attenuation); } /* fixed metadata, useful payload and misc metadata compositing */ -- cgit v1.2.3