Radio: remove trace

This commit is contained in:
Xavier Arteaga 2020-07-16 16:14:25 +02:00 committed by Xavier Arteaga
parent a5fefbfdd3
commit 2271aec6b2
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ bool channel_mapping::allocate_freq(const uint32_t& logical_ch, const float& fre
if (c->band.contains(freq)) {
allocated_channels[logical_ch] = *c;
available_channels.erase(c);
printf("-- Current mapping: %s\n", to_string().c_str());
return true;
}
}