From 234702919ee1129e40fec356db3f6a1c7c5db70a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Sep 2016 16:34:43 +0200 Subject: Remove FIG0/5 debugging --- src/fig/FIG0.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/fig/FIG0.cpp b/src/fig/FIG0.cpp index 48c2b4b..4233b5b 100644 --- a/src/fig/FIG0.cpp +++ b/src/fig/FIG0.cpp @@ -616,17 +616,13 @@ FillStatus FIG0_5::fill(uint8_t *buf, size_t max_size) } if ( (*service)->language == 0) { - etiLog.level(debug) << "FIG0_5 no lang"; continue; } - etiLog.level(debug) << "FIG0_5 " << (*componentFIG0_5)->uid; - const int required_size = 2; if (fig0 == NULL) { if (remaining < 2 + required_size) { - etiLog.level(debug) << "FIG0_5 no space for header"; break; } fig0 = (FIGtype0*)buf; @@ -641,7 +637,6 @@ FillStatus FIG0_5::fill(uint8_t *buf, size_t max_size) remaining -= 2; } else if (remaining < required_size) { - etiLog.level(debug) << "FIG0_5 no space"; break; } @@ -657,12 +652,9 @@ FillStatus FIG0_5::fill(uint8_t *buf, size_t max_size) remaining -= 2; } - etiLog.level(debug) << "FIG0_5 out"; - if (componentFIG0_5 == ensemble->components.end()) { componentFIG0_5 = ensemble->components.begin(); fs.complete_fig_transmitted = true; - etiLog.level(debug) << "FIG0_5 complete"; } fs.num_bytes_written = max_size - remaining; -- cgit v1.2.3