]> granicus.if.org Git - python/commitdiff
Ditched some debugging prints.
authorGreg Ward <gward@python.net>
Wed, 2 Aug 2000 00:01:56 +0000 (00:01 +0000)
committerGreg Ward <gward@python.net>
Wed, 2 Aug 2000 00:01:56 +0000 (00:01 +0000)
Lib/distutils/msvccompiler.py

index b86e0b30231b38d5e8afde7c20d292d9fbae40ef..a1dedb0e53f3e815f3727627cbeb483f9df47e45 100644 (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)