fix: aaaa too spammyy

This commit is contained in:
əlemi 2024-06-06 20:27:39 +02:00
parent ff570d0d87
commit 56110ea917
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -159,7 +159,7 @@ pub trait Fetcher {
#[async_trait::async_trait]
impl Fetcher for crate::Context {
async fn pull_r(&self, id: &str, depth: u32) -> Result<Pull<serde_json::Value>, PullError> {
tracing::info!("fetching {id}");
tracing::debug!("fetching {id}");
// let _domain = self.fetch_domain(&crate::Context::server(id)).await?;
let document = Self::request(