Commit 70c33fc8 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Clang build.py: Remove debug line from 69f5d986

I didn't mean to commit that.

Bug: 1015315
Change-Id: I5f69aa5160219e63d4334976888e39c25b2bfe34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437381
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Reid Kleckner <rnk@chromium.org>
Reviewed-by: default avatarReid Kleckner <rnk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811836}
parent 7b3ba599
...@@ -175,7 +175,6 @@ def GetCommitDescription(commit): ...@@ -175,7 +175,6 @@ def GetCommitDescription(commit):
"""Get the output of `git describe`. """Get the output of `git describe`.
Needs to be called from inside the git repository dir.""" Needs to be called from inside the git repository dir."""
print(commit)
return subprocess.check_output( return subprocess.check_output(
['git', 'describe', '--long', '--abbrev=8', commit], shell=True).rstrip() ['git', 'describe', '--long', '--abbrev=8', commit], shell=True).rstrip()
......
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