diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-15 07:21:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-15 07:21:31 (GMT) |
commit | c652a2651d5ed7b6002fd9e63cd25f1d58224ed3 (patch) | |
tree | e751c37db2b20474fb19e72cda2c8e316206ed56 /BuildTools | |
parent | 12d47ba79e4285b791f2e0b75dd95c4341c305b9 (diff) | |
download | swift-contrib-c652a2651d5ed7b6002fd9e63cd25f1d58224ed3.zip swift-contrib-c652a2651d5ed7b6002fd9e63cd25f1d58224ed3.tar.bz2 |
Remove surplus print
Diffstat (limited to 'BuildTools')
-rw-r--r-- | BuildTools/SCons/SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index 19e6ec7..24bb696 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -415,7 +415,6 @@ if env.get("docbook_xml") : env["DOCBOOK_XML_DIR"] = env["docbook_xml"] if env.get("docbook_xsl") : env["DOCBOOK_XSL_DIR"] = env["docbook_xsl"] -print env.get("DOCBOOK_XSL_DIR","") ################################################################################ |