Chromium Code Reviews| Index: third_party/upload.py |
| diff --git a/third_party/upload.py b/third_party/upload.py |
| index cdde7112a5de2c276e2b1b17a043fe0a8b93e376..08d8622b57f9d2770bc1393a44c9a24c79ca93c5 100755 |
| --- a/third_party/upload.py |
| +++ b/third_party/upload.py |
| @@ -2068,9 +2068,6 @@ def RealMain(argv, data=None): |
| The patchset id is None if the base files are not uploaded by this |
| script (applies only to SVN checkouts). |
| """ |
| - logging.basicConfig(format=("%(asctime).19s %(levelname)s %(filename)s:" |
|
M-A Ruel
2011/04/08 18:48:24
I'll upstream this change to move these function c
|
| - "%(lineno)s %(message)s ")) |
| - os.environ['LC_ALL'] = 'C' |
| options, args = parser.parse_args(argv[1:]) |
| global verbosity |
| verbosity = options.verbose |