From af335fa167ea28406b91cb441e7458917d80c6f5 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 6 Feb 2007 21:52:48 +0000 Subject: [PATCH] Get rid of debugging message [SVN r36902] --- src/tools/python.jam | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/python.jam b/src/tools/python.jam index b0d234563..3a19b604f 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -418,8 +418,6 @@ rule init-nt ( version : root ? : includes ? : libraries ? : cygwin-condition ? PYTHON_IMPORT_LIB ?= [ GLOB $(PYTHON_LIB_PATH) : libpython$(PYTHON_VERSION_NODOT).* ] ; PYTHON_DEBUG_IMPORT_LIB ?= [ GLOB $(PYTHON_LIB_PATH) : libpython$(PYTHON_VERSION_NODOT).* ] ; - - ECHO searching for python.exe in $(root)/bin ; local interpreter = [ common.get-invocation-command python.exe : python.exe : : $(root)/bin $(root)