Skip to content

Commit

Permalink
remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Nov 26, 2024
1 parent f0751e2 commit 7cf4ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/handler/create_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,6 @@ fn bind_webhook_info(
.into(),
};

// TODO(kexiang): use real column name
let secure_compare_context = SecureCompareContext {
column_name: columns_defs[0].name.real_value(),
secret_name,
Expand Down

0 comments on commit 7cf4ecc

Please sign in to comment.