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 libgit2_path is None:
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
program_files = os.getenv("ProgramFiles")
|
program_files = os.getenv("ProgramFiles")
|
||||||
print(program_files)
|
|
||||||
libgit2_path = '%s\libgit2' % program_files
|
libgit2_path = '%s\libgit2' % program_files
|
||||||
else:
|
else:
|
||||||
libgit2_path = '/usr/local'
|
libgit2_path = '/usr/local'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user