Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 8, 2024
1 parent a07b74d commit 127a009
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flow/connectors/clickhouse/clickhouse.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ type UnchangedToastColumnResult struct {
func NewClickhouseConnector(ctx context.Context,
clickhouseProtoConfig *protos.ClickhouseConfig,
) (*ClickhouseConnector, error) {
// PrivateKeyRSA, err := shared.DecodePKCS8PrivateKey([]byte(snowflakeProtoConfig.PrivateKey),
// snowflakeProtoConfig.Password)
// if err != nil {
// return nil, err
// }
database, err := connect(ctx, clickhouseProtoConfig)
if err != nil {
return nil, fmt.Errorf("failed to open connection to Clickhouse peer: %w", err)
Expand Down

0 comments on commit 127a009

Please sign in to comment.