Skip to content

Commit

Permalink
removing one more debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
catb0t committed Jan 26, 2019
1 parent f9c66e9 commit 4bf87f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elevate/posix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def elevate(show_console=True, graphical=True, restore_cwd=True):

commands.append(["sudo"] + args)

print("execlp ", args)

for args in commands:
try:
os.execlp(args[0], *args)
Expand Down

0 comments on commit 4bf87f1

Please sign in to comment.