remove left-over debugging (#63774)

Closes PACK-2856
This commit is contained in:
Tobias Koppers 2024-03-27 19:28:59 +01:00 committed by GitHub
parent f56a674f58
commit 916174b7ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,8 +252,6 @@ impl NextFontGoogleCssModuleReplacer {
.resolve()
.await?;
println!("css_asset: {:?}, query: {}", css_asset, query_vc.await?);
Ok(ImportMapResult::Result(ResolveResult::source(Vc::upcast(css_asset)).into()).into())
}
}