remove debugging

This commit is contained in:
Jakob Ketterl 2020-12-06 00:42:48 +01:00
parent bee6ddc843
commit 6f46e4d376
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ class ServiceHandler(SdrSourceEventClient):
for group in groups:
cf = self.get_center_frequency(group)
bw = self.get_bandwidth(group)
logger.debug(bw)
logger.debug(
"group center frequency: {0}, bandwidth: {1}".format(cf, bw)
)