remove un-used function

This commit is contained in:
oliver 2024-11-12 17:50:28 -07:00
parent 720adaa552
commit 7cac880f8e

View File

@ -43,10 +43,6 @@ impl Website {
&mut self.site &mut self.site
} }
pub fn domain_str(&self) -> &str {
self.site.as_str()
}
#[instrument(skip_all)] #[instrument(skip_all)]
pub async fn links_to(&self, other: Vec<Thing>, db: &Surreal<Client>) { pub async fn links_to(&self, other: Vec<Thing>, db: &Surreal<Client>) {
let len = other.len(); let len = other.len();