Skip to content

Commit d4dfc2c

Browse files
authored
docs: remove unused comments (#3)
1 parent 053ec0b commit d4dfc2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eventarc/quickstart/quickstart.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ async function main(projectId) {
1818
// Imports the Google Cloud client library
1919

2020
// remove this line after package is released
21-
// eslint-disable-next-line node/no-missing-require
2221
const {EventarcClient} = require('@google-cloud/eventarc');
2322

24-
// TODO(developer): replace with your prefered project ID.
23+
// TODO: replace with your prefered project ID.
2524
// const projectId = 'my-project'
2625

2726
// Creates a client
2827
const client = new EventarcClient();
2928

30-
//TODO(library generator): write the actual function you will be testing
3129
async function doSomething() {
3230
for await (const trigger of await client.listTriggersAsync({
3331
parent: client.locationPath(projectId, 'us-central1'),

0 commit comments

Comments
 (0)