Removed an output message from empty buffers

This commit is contained in:
Manuel Cortez 2018-08-15 05:08:25 -05:00
parent 27c1ec990a
commit 1cebb29bdc

View File

@ -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):