Skip to content

Commit

Permalink
Remove leftover print statement in SpannerIO (#33200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Nov 24, 2024
1 parent 09c1c9e commit e5bd69d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ String tryGetTableName() {
return getTable();
} else if (getQuery() != null) {
String query = getQuery().getSql();
System.err.println(query);
Matcher matcher = queryPattern.matcher(query);
if (matcher.find()) {
return matcher.group("table");
Expand Down

0 comments on commit e5bd69d

Please sign in to comment.