Chromium Code Reviews| Index: infra/bots/common.py |
| diff --git a/infra/bots/common.py b/infra/bots/common.py |
| index d4f317af4c845870fa897860adfef9ce622f1084..8d91f743bd949fa5ec93d7236e3c51681edee4a9 100644 |
| --- a/infra/bots/common.py |
| +++ b/infra/bots/common.py |
| @@ -357,7 +357,6 @@ class BotInfo(object): |
| args = [ |
| 'dm', |
| '--undefok', # This helps branches that may not know new flags. |
| - '--verbose', |
| '--resourcePath', self.device_dirs.resource_dir, |
| '--skps', self.device_dirs.skp_dir, |
| '--images', self.flavor.device_path_join( |