mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Removed an output message from empty buffers
This commit is contained in:
parent
27c1ec990a
commit
1cebb29bdc
@ -102,8 +102,8 @@ class bufferController(object):
|
||||
self.session.settings.write()
|
||||
|
||||
def start_stream(self, mandatory=False):
|
||||
if mandatory == True:
|
||||
output.speak(_(u"Unable to update this buffer."))
|
||||
# if mandatory == True:
|
||||
# output.speak(_(u"Unable to update this buffer."))
|
||||
pass
|
||||
|
||||
def get_more_items(self):
|
||||
|
Loading…
Reference in New Issue
Block a user