Skip to content

Commit a71b1b2

Browse files
authored
docs: remove stale snippet comment (#2555)
related: internal issue 270264394
1 parent 2448d11 commit a71b1b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public static void main(String[] args) {
3030
// TODO(developer): Replace these variables before running the sample.
3131
String projectId = "MY_PROJECT_ID";
3232
String datasetName = "MY_DATASET_NAME";
33-
// Note: As of now location only supports aws-us-east-1
3433
String location = "aws-us-east-1";
3534
createDatasetAws(projectId, datasetName, location);
3635
}

0 commit comments

Comments
 (0)