Commit 70909e1e authored by Andrii Shyshkalov's avatar Andrii Shyshkalov Committed by Commit Bot

git cl comment: cleanup mistakenly left TODO.

R=sergiyb@chromium.org

Change-Id: Ieea94428c7d9932242fb57b80afc1cf366b7bb54
Reviewed-on: https://chromium-review.googlesource.com/472827Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
parent e00a29ba
......@@ -4344,9 +4344,7 @@ def CMDcomments(parser, args):
parser.error('--gerrit or --rietveld is required if --issue is specified')
cl = Changelist(issue=issue,
# TODO(tandrii): remove 'rietveld' default.
codereview=options.forced_codereview or (
'rietveld' if issue else None),
codereview=options.forced_codereview,
auth_config=auth_config)
if options.comment:
......
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