From 93affb710a4d64a33f69431ece9332fd36955b35 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Sep 2011 21:41:11 +0000 Subject: [PATCH] remove debug print git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildtools/distutils_hacks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buildtools/distutils_hacks.py b/buildtools/distutils_hacks.py index a22a4b56..1702ceb4 100644 --- a/buildtools/distutils_hacks.py +++ b/buildtools/distutils_hacks.py @@ -261,7 +261,6 @@ distutils.sysconfig.parse_makefile = _parse_makefile # the collection of files to build. _orig_setup_compile = distutils.ccompiler.CCompiler._setup_compile def _setup_compile(self, outdir, macros, incdirs, sources, depends, extra): - print 'hello' macros, objects, extra, pp_opts, build = \ _orig_setup_compile(self, outdir, macros, incdirs, sources, depends, extra)