removed debug log from 'pactl' module
This commit is contained in:
parent
950931e1b9
commit
33d22c2637
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class Module(core.module.Module):
|
|||
|
||||
def __sink(self, internal_sink_name):
|
||||
for sink in self.__sinks:
|
||||
logging.info(sink.internal_name)
|
||||
if internal_sink_name == sink.internal_name:
|
||||
return sink
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue