Skip to content

Commit

Permalink
Remove additional print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkoHunter committed Oct 2, 2018
1 parent 87f1bf9 commit 677521c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ docs/_build/

# PyBuilder
target/

.vscode
2 changes: 0 additions & 2 deletions keep/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def list_commands(ctx):
table_data = [['Command', 'Description', 'Alias']]
commands = read_commands()

print(type(commands))

for cmd, fields in commands.items():
table_data.append(['$ ' + cmd, fields['desc'], fields['alias']])

Expand Down

0 comments on commit 677521c

Please sign in to comment.