Skip to content

Commit

Permalink
docs: remove stale snippet comment (#2555)
Browse files Browse the repository at this point in the history
related: internal issue 270264394
  • Loading branch information
shollyman committed Mar 2, 2023
1 parent 2448d11 commit a71b1b2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -30,7 +30,6 @@ public static void main(String[] args) {
// TODO(developer): Replace these variables before running the sample.
String projectId = "MY_PROJECT_ID";
String datasetName = "MY_DATASET_NAME";
// Note: As of now location only supports aws-us-east-1
String location = "aws-us-east-1";
createDatasetAws(projectId, datasetName, location);
}
Expand Down

0 comments on commit a71b1b2

Please sign in to comment.