From df73d51b9f2b48d4fd7e06595835c09708ddb805 Mon Sep 17 00:00:00 2001 From: egilmorez Date: Fri, 11 Jun 2021 15:22:36 -0700 Subject: [PATCH] Remove reference to obsolete Stackdriver branding Per internal bug 189112262. --- functions/stackdriver-logging/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/stackdriver-logging/index.js b/functions/stackdriver-logging/index.js index 33672cad..d402c140 100644 --- a/functions/stackdriver-logging/index.js +++ b/functions/stackdriver-logging/index.js @@ -11,7 +11,7 @@ exports.helloError = functions.https.onRequest((request, response) => { // [END sd_example_function] // [START sd_logging_setup] -// Instantiate the StackDriver Logging SDK. The project ID will +// Instantiate the logging SDK. The project ID will // be automatically inferred from the Cloud Functions environment. const logging = new Logging(); const log = logging.log('my-custom-log-name');