Ditched some debugging prints.

This commit is contained in:
Greg Ward 2000-08-02 00:01:56 +00:00
parent 159eb92239
commit 04c90fc475
1 changed files with 0 additions and 3 deletions

View File

@ -397,9 +397,6 @@ class MSVCCompiler (CCompiler) :
if extra_postargs:
ld_args.extend(extra_postargs)
print "link_shared_object():"
print " output_filename =", output_filename
print " mkpath'ing:", os.path.dirname (output_filename)
self.mkpath (os.path.dirname (output_filename))
try:
self.spawn ([self.link] + ld_args)