Remove extra print.

This commit is contained in:
Yonggang Luo 2012-02-16 01:02:55 +08:00
parent 2b4e5504af
commit 8394dfb814

@ -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'