2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Remove debug prints

[SVN r57359]
This commit is contained in:
Vladimir Prus
2009-11-04 16:14:47 +00:00
parent e57e055128
commit 73ff6af2c7

View File

@@ -1099,15 +1099,6 @@ class python-test-generator : generator
local python ;
local other-pythons ;
#XXX(bhy) DEBUG CODE BEGIN
ECHO beforerun= ;
for local s in $(sources)
{
ECHO [ $(s).name ] ;
}
ECHO ;
#XXX(bhy) DEBUG CODE END
# Make new target that converting Python source by 2to3 when running with Python 3.
local rule make-2to3-source ( source )
{
@@ -1268,14 +1259,6 @@ rule bpl-test ( name : sources * : requirements * )
{
local s ;
sources ?= $(name).py $(name).cpp ;
#XXX(bhy) DEBUG CODE BEGIN
ECHO bpl-test= ;
for local s in $(sources)
{
ECHO $(s) ;
}
ECHO ;
#XXX(bhy) DEBUG CODE END
return [ testing.make-test run-pyd : $(sources) /boost/python//boost_python
: $(requirements) : $(name) ] ;
}