Remove print statement
This commit is contained in:
parent
309b6ba32c
commit
f8325cbbc1
@ -137,7 +137,6 @@ def bind(_key):
|
||||
_key: the key being bound.
|
||||
"""
|
||||
# TODO: offer a 'Current binding' completion based on the key.
|
||||
print(_key)
|
||||
model = completionmodel.CompletionModel(column_widths=(20, 60, 20))
|
||||
cmdlist = _get_cmd_completions(include_hidden=True, include_aliases=True)
|
||||
model.add_category(listcategory.ListCategory("Commands", cmdlist))
|
||||
|
Loading…
Reference in New Issue
Block a user