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 New Issue
Block a user