diff --git a/src/meta/src/stream/stream_graph/fragment.rs b/src/meta/src/stream/stream_graph/fragment.rs index ceeee4d9940af..3dda65b2d6ef4 100644 --- a/src/meta/src/stream/stream_graph/fragment.rs +++ b/src/meta/src/stream/stream_graph/fragment.rs @@ -778,10 +778,6 @@ impl CompleteStreamFragmentGraph { ); } - tracing::debug!(?existing_fragments); - tracing::debug!(?extra_downstreams); - tracing::debug!(?extra_upstreams); - Ok(Self { building_graph: graph, existing_fragments,