Skip to content

Commit

Permalink
drop unnecessary println
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 29, 2024
1 parent 1d7353f commit 7f9814a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/blueprint/operators/apollo_federation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub fn compile_service(config: &ConfigModule) -> Valid<IR, String> {

fn filter_conflicting_directives(sd: ServiceDocument) -> ServiceDocument {
fn filter_directive(directive_name: &str) -> bool {
println!("{}", directive_name);
directive_name == "link"
}

Expand Down

0 comments on commit 7f9814a

Please sign in to comment.