diff --git a/git_cl.py b/git_cl.py index 72770a145..a2bc0ffbe 100755 --- a/git_cl.py +++ b/git_cl.py @@ -1944,7 +1944,6 @@ def SendUpstream(parser, args, cmd): branches = [base_branch, cl.GetBranchRef()] if not options.force: print_stats(options.similarity, options.find_copies, branches) - ask_for_data('About to commit; enter to confirm.') # We want to squash all this branch's commits into one commit with the proper # description. We do this by doing a "reset --soft" to the base branch (which diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py index f7f57b4cf..cc5325821 100755 --- a/tests/git_cl_test.py +++ b/tests/git_cl_test.py @@ -336,7 +336,6 @@ class TestGitCl(TestCase): 'refs/heads/working'],), (' PRESUBMIT.py | 2 +-\n' ' 1 files changed, 1 insertions(+), 1 deletions(-)\n')), - (('About to commit; enter to confirm.',), None), ((['git', 'show-ref', '--quiet', '--verify', 'refs/heads/git-cl-commit'],), (('', None), 0)),