From 8dbc4403dbd857c3bfcf65dcf8e32395d3266c9d Mon Sep 17 00:00:00 2001 From: Qiu Date: Wed, 8 Apr 2020 18:07:12 -0400 Subject: [PATCH] Update gs.py --- storage/gs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/gs.py b/storage/gs.py index 17e32de..17b394e 100644 --- a/storage/gs.py +++ b/storage/gs.py @@ -107,7 +107,7 @@ def blob(self): """ if self._blob is None: - logger.debug("Getting blob: %s" % self.uri) + # logger.debug("Getting blob: %s" % self.uri) file_blob = api_call(self.bucket.get_blob, self.prefix) if file_blob is None: # The following will not make an HTTP request.