diff --git a/functions/log/main.py b/functions/log/main.py index 060d1b08d53..c949fb13731 100644 --- a/functions/log/main.py +++ b/functions/log/main.py @@ -18,11 +18,6 @@ # [END functions_log_stackdriver] -# [START functions_log_helloworld] -import logging - -# [END functions_log_helloworld] - # [START functions_log_retrieve] import os # [END functions_log_retrieve] @@ -40,7 +35,6 @@ def hello_world(data, context): context (google.cloud.functions.Context): The event metadata. """ print('Hello, stdout!') - logging.warn('Hello, logging handler!') # [END functions_log_helloworld]