Skip to content

Commit

Permalink
Update src/meta/src/stream/stream_graph/schedule.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Jan 5, 2024
1 parent 0fd3cd3 commit 0c776ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meta/src/stream/stream_graph/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 0c776ff

Please sign in to comment.