| Index: editor/tools/compile_analyzer.py
|
| diff --git a/editor/tools/compile_analyzer.py b/editor/tools/compile_analyzer.py
|
| index 24e1f50025c8ff413be5a6007f96cbc17f07d104..7e7e8cb9c32b53df91d167142c637e825e42e9d6 100644
|
| --- a/editor/tools/compile_analyzer.py
|
| +++ b/editor/tools/compile_analyzer.py
|
| @@ -93,11 +93,8 @@ def CreateManifestFile(options):
|
|
|
| def GetJavacPath():
|
| if 'JAVA_HOME' in os.environ:
|
| - print 'JAVA HOME'
|
| - print join(os.environ['JAVA_HOME'], 'bin', 'javac' + GetExecutableExtension())
|
| return join(os.environ['JAVA_HOME'], 'bin', 'javac' + GetExecutableExtension())
|
| else:
|
| - print 'returning javac'
|
| return "javac"
|
|
|
| def GetJarToolPath():
|
|
|