From 09027306fbffeaebec30124ab8faca2270db2cc9 Mon Sep 17 00:00:00 2001 From: Brad Miro Date: Thu, 31 Oct 2019 14:55:49 -0400 Subject: [PATCH] fix(samples): remove extra print statement and "setEndpoint.js" from linkinator (#261) --- automl/beta/setEndpoint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/automl/beta/setEndpoint.js b/automl/beta/setEndpoint.js index 117b246faf8..5c45768d416 100644 --- a/automl/beta/setEndpoint.js +++ b/automl/beta/setEndpoint.js @@ -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`.