Skip to content

Commit fd402a8

Browse files
authored
Remove reference to obsolete Stackdriver branding (#241)
Per internal bug 189112262.
1 parent dcf5390 commit fd402a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/stackdriver-logging/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.helloError = functions.https.onRequest((request, response) => {
1111
// [END sd_example_function]
1212

1313
// [START sd_logging_setup]
14-
// Instantiate the StackDriver Logging SDK. The project ID will
14+
// Instantiate the logging SDK. The project ID will
1515
// be automatically inferred from the Cloud Functions environment.
1616
const logging = new Logging();
1717
const log = logging.log('my-custom-log-name');

0 commit comments

Comments
 (0)