From 0c776ffe61a91969b71023009e48e7d8650c79d1 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:38:09 +0800 Subject: [PATCH] Update src/meta/src/stream/stream_graph/schedule.rs --- src/meta/src/stream/stream_graph/schedule.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meta/src/stream/stream_graph/schedule.rs b/src/meta/src/stream/stream_graph/schedule.rs index b34a555d065ab..ed2dac5be0e06 100644 --- a/src/meta/src/stream/stream_graph/schedule.rs +++ b/src/meta/src/stream/stream_graph/schedule.rs @@ -263,7 +263,6 @@ impl Scheduler { // Building fragments and Singletons for (&id, fragment) in graph.building_fragments() { - tracing::debug!("building_fragment: {:?}", fragment); facts.push(Fact::Fragment(id)); if fragment.requires_singleton { facts.push(Fact::SingletonReq(id));