| Index: editor/tools/compile_analyzer.py
|
| ===================================================================
|
| --- editor/tools/compile_analyzer.py (revision 28784)
|
| +++ editor/tools/compile_analyzer.py (working copy)
|
| @@ -93,7 +93,6 @@
|
|
|
| def GetJavacPath():
|
| if 'JAVA_HOME' in os.environ:
|
| - print 'JAVA_HOME in environment variables ' + join(os.environ['JAVA_HOME'], 'bin', 'javac' + GetExecutableExtension())
|
| return join(os.environ['JAVA_HOME'], 'bin', 'javac' + GetExecutableExtension())
|
| else:
|
| return "javac"
|
|
|