remove useless calls to ReplApplication.flush() (closes #812)
This commit is contained in:
parent
8b803e7c39
commit
bdf4c13f4e
22 changed files with 0 additions and 74 deletions
|
|
@ -245,7 +245,6 @@ class HaveDate(Boobmsg):
|
|||
status = ''
|
||||
line.append((b, status))
|
||||
self.format(tuple(line))
|
||||
self.flush()
|
||||
return
|
||||
print >>sys.stderr, "No such command '%s'" % cmd
|
||||
return 1
|
||||
|
|
@ -260,4 +259,3 @@ class HaveDate(Boobmsg):
|
|||
self.start_format()
|
||||
for backend, event in self.do('iter_events'):
|
||||
self.cached_format(event)
|
||||
self.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue