This commit is contained in:
Lukas Wirth 2024-02-07 16:53:27 +01:00
parent 731b159f10
commit 3688064ff5
11 changed files with 17 additions and 44 deletions

View file

@ -625,13 +625,6 @@ pub(crate) fn query_group(args: TokenStream, input: TokenStream) -> TokenStream
}
// ANCHOR_END:group_storage_methods
});
if std::env::var("SALSA_DUMP").is_ok() {
println!("~~~ query_group");
println!("{}", output);
println!("~~~ query_group");
}
output.into()
}