Update pkg/storage/unified/sql/backend.go

Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com>
pull/106077/head
Ryan McKinley 2 months ago committed by GitHub
parent e9134728e6
commit 3d1858b171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/storage/unified/sql/backend.go

@ -320,7 +320,6 @@ func (b *backend) CurrentResourceVersion(ctx context.Context) (int64, error) {
return err
})
fmt.Printf(">> RV: %d\n", rv)
return rv, err
}

Loading…
Cancel
Save