Skip to content

Commit

Permalink
fix(samples): remove extra print statement and "setEndpoint.js" from …
Browse files Browse the repository at this point in the history
…linkinator (#261)
  • Loading branch information
bradmiro authored and bcoe committed Oct 31, 2019
1 parent c57c0bf commit 8f303ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automl/beta/setEndpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async function setEndpoint(projectId) {
// A resource that represents Google Cloud Platform location.
const projectLocation = client.locationPath(projectId, 'eu');
// [END automl_set_endpoint]
console.log(projectLocation);

// Grabs the list of datasets in a given project location.
// Note: create a dataset in `eu` before calling `listDatasets`.
Expand Down

0 comments on commit 8f303ac

Please sign in to comment.