Skip to content

Commit

Permalink
[completion] Disable StatusLine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jan 15, 2019
1 parent b0a3cfe commit 9aca5fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/ui.py
Expand Up @@ -54,6 +54,9 @@ def _FormatMessage(self, msg):
return to_print

def Write(self, msg, *args):
# TODO: Get rid of StatusLine in favor of the new ui.Display() class.
return

if args:
msg = msg % args

Expand Down

0 comments on commit 9aca5fc

Please sign in to comment.