Remove extra print.
This commit is contained in:
parent
2b4e5504af
commit
8394dfb814
1
setup.py
1
setup.py
@ -45,7 +45,6 @@ libgit2_path = os.getenv("LIBGIT2")
|
||||
if libgit2_path is None:
|
||||
if os.name == 'nt':
|
||||
program_files = os.getenv("ProgramFiles")
|
||||
print(program_files)
|
||||
libgit2_path = '%s\libgit2' % program_files
|
||||
else:
|
||||
libgit2_path = '/usr/local'
|
||||
|
Loading…
x
Reference in New Issue
Block a user