Skip to content

Commit a634fb9

Browse files
committed
lint
1 parent 11258ba commit a634fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java-bigquery/google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryStatement.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
* @see ResultSet
8787
*/
8888
public class BigQueryStatement extends BigQueryNoOpsStatement {
89-
90-
// TODO (obada): Update this after benchmarking
9189
private final BigQueryJdbcCustomLogger LOG = new BigQueryJdbcCustomLogger(this.toString());
9290
private static final String DEFAULT_DATASET_NAME = "_google_jdbc";
9391
private static final String DEFAULT_TABLE_NAME = "temp_table_";

0 commit comments

Comments
 (0)