Skip to content

Commit

Permalink
Rollback debug statements introduced in the postinstall scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Mar 10, 2018
1 parent 16f3dff commit 690895c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def logit(msg, stdout=False, stderr=False):
f = open(osvlog, 'a')
f.write(content+'\n')
f.close()
stdout = True
if stdout:
sys.stdout.write(msg+"\n")
if stderr:
Expand Down
2 changes: 1 addition & 1 deletion bin/postinstall.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo on
@echo off

set OSVCROOT=%~1
if %OSVCROOT:~-1%==\ set OSVCROOT=%OSVCROOT:~0,-1%
Expand Down

0 comments on commit 690895c

Please sign in to comment.