diff --git a/webv2/api/schema.go b/webv2/api/schema.go index acb68b9f3..ceae6850b 100644 --- a/webv2/api/schema.go +++ b/webv2/api/schema.go @@ -495,7 +495,6 @@ func UpdateCheckConstraint(w http.ResponseWriter, r *http.Request) { if err != nil { http.Error(w, fmt.Sprintf("Body Read Error : %v", err), http.StatusInternalServerError) } - // internal.ToSpannerCheckConstraintName() sessionState := session.GetSessionState() if sessionState.Conv == nil || sessionState.Driver == "" { http.Error(w, fmt.Sprintf("Schema is not converted or Driver is not configured properly. Please retry converting the database to Spanner."), http.StatusNotFound)