Skip to content

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Oct 14, 2017
1 parent 25c22b8 commit 568068a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doitlive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def get_default_shell():

def run_command(cmd, shell=None, aliases=None, envvars=None, test_mode=False):
shell = shell or get_default_shell()
print(f'Shell: {shell}')
if cmd.startswith("cd "):
directory = cmd.split()[1]
try:
Expand Down

0 comments on commit 568068a

Please sign in to comment.