Commit 5bae102b authored by Greg Ward's avatar Greg Ward

Ditched some debugging prints.

parent 3c0f9808
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment