Skip to content

Commit 5a096e0

Browse files
author
fn500i
committed
remove debug statement
Signed-off-by: fn500i <[email protected]>
1 parent 8f9f210 commit 5a096e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/connectors/impls/psql_repl/postgres_replication.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ pub(crate) async fn replication(connection_config:MzConfig, publication : &str,
289289
let mut _replication_lsn = PgLsn::from(0);
290290
let publication_tables_json = serde_json::to_string(&PublicationTables{publication_tables: publication_tables.clone()})?;
291291
let json_obj = serde_json::from_str::<tremor_value::Value>(&publication_tables_json)?;
292-
dbg!(&publication_tables_json);
293292
tx.send(json_obj.into_static()).await?;
294293

295294
let source_tables: BTreeMap<u32, SourceTable> = publication_tables

0 commit comments

Comments
 (0)