| Index: trychange.py | 
| diff --git a/trychange.py b/trychange.py | 
| index 78b90a7705c16a1ff9431bd98567fc324bd692b7..12aa9489938bd5c850096226aecda975b13e0684 100755 | 
| --- a/trychange.py | 
| +++ b/trychange.py | 
| @@ -785,11 +785,6 @@ def TryChange(argv, | 
| # If no bot is specified, either the default pool will be selected or the | 
| # try server will refuse the job. Either case we don't need to interfere. | 
|  | 
| -    # Prevent rietveld updates if we aren't running all the tests. | 
| -    if options.testfilter is not None: | 
| -      options.issue = None | 
| -      options.patchset = None | 
| - | 
| # Send the patch. | 
| if options.send_patch: | 
| # If forced. | 
|  |