mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Ditched some debugging prints.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user