Skip to content

Commit f782b63

Browse files
committed
address PR feedback
1 parent 3ffe3e3 commit f782b63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/api_core/client_logging.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
_LOGGING_INITIALIZED = False
88
_BASE_LOGGER_NAME = "google"
9-
# TODO(https://github.com/googleapis/python-api-core/issues/760): Update Request / Response messages.
10-
REQUEST_MESSAGE = "Sending request "
11-
RESPONSE_MESSAGE = "Receiving response "
129

1310
# TODO(https://github.com/googleapis/python-api-core/issues/761): Update this list to support additional logging fields
1411
_recognized_logging_fields = [

0 commit comments

Comments
 (0)