Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2717)

Unified Diff: editor/tools/compile_analyzer.py

Issue 27551004: More print statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tools/buildbot_annotated_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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():
« no previous file with comments | « client/tools/buildbot_annotated_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698