Skip to content

Commit

Permalink
Revert "log cdc events for troubleshooting"
Browse files Browse the repository at this point in the history
This reverts commit 06c4e2e.
  • Loading branch information
imor committed Dec 4, 2024
1 parent e567612 commit 77aa95f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pg_replicate/src/pipeline/sinks/bigquery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ impl BatchSink for BigQueryBatchSink {
}

async fn write_cdc_events(&mut self, events: Vec<CdcEvent>) -> Result<PgLsn, Self::Error> {
info!("CDC EVENTS: {events:#?}");
let mut table_name_to_table_rows = HashMap::new();
let mut new_last_lsn = PgLsn::from(0);
for event in events {
Expand Down

0 comments on commit 77aa95f

Please sign in to comment.