We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20c339 commit 92944a6Copy full SHA for 92944a6
functions/log/main.py
@@ -18,11 +18,6 @@
18
19
# [END functions_log_stackdriver]
20
21
-# [START functions_log_helloworld]
22
-import logging
23
-
24
-# [END functions_log_helloworld]
25
26
# [START functions_log_retrieve]
27
import os
28
# [END functions_log_retrieve]
@@ -40,7 +35,6 @@ def hello_world(data, context):
40
35
context (google.cloud.functions.Context): The event metadata.
41
36
"""
42
37
print('Hello, stdout!')
43
- logging.warn('Hello, logging handler!')
44
38
# [END functions_log_helloworld]
45
39
46
0 commit comments