mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
remove debugging
This commit is contained in:
parent
bee6ddc843
commit
6f46e4d376
|
|
@ -157,7 +157,6 @@ class ServiceHandler(SdrSourceEventClient):
|
||||||
for group in groups:
|
for group in groups:
|
||||||
cf = self.get_center_frequency(group)
|
cf = self.get_center_frequency(group)
|
||||||
bw = self.get_bandwidth(group)
|
bw = self.get_bandwidth(group)
|
||||||
logger.debug(bw)
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"group center frequency: {0}, bandwidth: {1}".format(cf, bw)
|
"group center frequency: {0}, bandwidth: {1}".format(cf, bw)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue