Skip to content

Commit

Permalink
uncomment code used for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Jan 4, 2018
1 parent 6902509 commit a160d9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Windows/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ def set_env_variables(user=getpass.getuser(), toImpersonate=False):

# print user when verbose mode is enabled (without verbose mode the user is printed on the write_output python file)
def print_user(user):
pass
# if logging.getLogger().isEnabledFor(logging.INFO) == True:
# constant.st.print_user(user)
if logging.getLogger().isEnabledFor(logging.INFO) == True:
constant.st.print_user(user)

def clean_temporary_files():
# try to remove all temporary files
Expand Down

0 comments on commit a160d9b

Please sign in to comment.