Remove debug output from SConstruct

parent 1d83b25e
...@@ -124,7 +124,6 @@ env = Environment(ENV = {'PATH': os.environ['PATH']}, ...@@ -124,7 +124,6 @@ env = Environment(ENV = {'PATH': os.environ['PATH']},
variables=vars) variables=vars)
if 'INTEL_LICENSE_FILE' in os.environ: if 'INTEL_LICENSE_FILE' in os.environ:
env.Append(ENV={'INTEL_LICENSE_FILE': os.environ['INTEL_LICENSE_FILE']}) env.Append(ENV={'INTEL_LICENSE_FILE': os.environ['INTEL_LICENSE_FILE']})
print env.Dump()
# generate help text # generate help text
Help(vars.GenerateHelpText(env)) Help(vars.GenerateHelpText(env))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment