Skip to content

Commit 9556f0b

Browse files
committed
chore: remove comment
1 parent f0bf489 commit 9556f0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/storage/postgres_catalog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ string PostgresCatalog::GetConnectionString(ClientContext &context, const string
155155
const auto &kv_secret = dynamic_cast<const KeyValueSecret &>(*secret_entry->secret);
156156
string new_connection_info;
157157

158-
// Check if RDS IAM authentication is enabled
159158
Value use_rds_iam_auth_val = kv_secret.TryGetValue("use_rds_iam_auth");
160159
bool use_rds_iam_auth = false;
161160
if (!use_rds_iam_auth_val.IsNull()) {

0 commit comments

Comments
 (0)