Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Feb 21, 2024
1 parent 1005bc0 commit 96a0c3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/handler/create_sql_function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ pub async fn handle_create_sql_function(
if let ErrorCode::BindErrorRoot { expr: _, error } = e.inner() {
let invalid_msg = error.to_string();

println!("invalid_msg: {}", invalid_msg);

// First validate the message
let err_msg_type = validate_err_msg(invalid_msg.as_str());

Expand Down

0 comments on commit 96a0c3b

Please sign in to comment.