Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed May 4, 2024
1 parent 8d047f3 commit 7e16f5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/connector/src/source/cdc/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ impl MySqlExternalTableReader {
)
.context("failed to extract mysql connector properties")?;

tracing::debug!(?rw_schema, ?config, "create mysql external table reader");

let mut opts_builder = mysql_async::OptsBuilder::default()
.user(Some(config.username))
.pass(Some(config.password))
Expand Down

0 comments on commit 7e16f5d

Please sign in to comment.