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

Remove debug print

[SVN r58776]
This commit is contained in:
Vladimir Prus
2010-01-06 19:07:49 +00:00
parent e8853b4947
commit b1106b4ca0

View File

@@ -369,8 +369,6 @@ class installed-exe-generator : generator
local original = [ $(p).get <dll-path> ] ;
local current = [ $(property-set).get <dll-path> ] ;
ECHO "XXX" $(current) "--" $(original) ;
if $(current) != $(original)
{
need-relink = true ;