Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

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 550ffb6 commit 5fcb647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/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 5fcb647

Please sign in to comment.