summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fig/FIG0.cpp8
1 files changed, 0 insertions, 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;