Chromium Code Reviews| Index: gcl.py |
| diff --git a/gcl.py b/gcl.py |
| index 5d5e4248aee68c20f7ffcbbfe8569a1a6552ddb9..e038d5d738575107d981b2147cd90e2491423ba0 100755 |
| --- a/gcl.py |
| +++ b/gcl.py |
| @@ -1234,7 +1234,6 @@ def DoPresubmitChecks(change_info, committing, may_prompt): |
| input_stream=sys.stdin, |
| default_presubmit=root_presubmit, |
| may_prompt=may_prompt, |
| - tbr=False, |
| rietveld_obj=change_info.RpcServer()) |
| if not output.should_continue() and may_prompt: |
| # TODO(dpranke): move into DoPresubmitChecks(), unify cmd line args. |