Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: py/utils/gs_utils_manualtest.py

Issue 424863004: remove all uses of Python's logging module until we resolve http://skbug.com/2784 (Closed) Base URL: https://skia.googlesource.com/common.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « py/utils/gs_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « py/utils/gs_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698