| Index: py/utils/gs_utils_manualtest.py
|
| diff --git a/py/utils/gs_utils_manualtest.py b/py/utils/gs_utils_manualtest.py
|
| index 0a77d74215f7edd16167331c830030e1f0d2b708..37621d1e70cdcf6e27fa456c3bd00bb4b80dc2af 100755
|
| --- a/py/utils/gs_utils_manualtest.py
|
| +++ b/py/utils/gs_utils_manualtest.py
|
| @@ -6,7 +6,6 @@ TODO(epoger): How should we exercise these self-tests? See http://skbug.com/2751
|
| """
|
|
|
| # System-level imports.
|
| -import logging
|
| import os
|
| import posixpath
|
| import random
|
| @@ -356,7 +355,6 @@ def _test_dir_upload_and_download():
|
|
|
|
|
| if __name__ == '__main__':
|
| - logging.basicConfig(level=logging.INFO)
|
| _test_upload_if_multiple_files()
|
| _test_upload_if_one_file()
|
| _test_public_read()
|
|
|