Skip to content

Commit

Permalink
chore(templ): remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 31, 2024
1 parent c0890a4 commit fd7fff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rari-doc/src/templ/templs/inheritance_diagram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::helpers::api_inheritance::inheritance;

#[rari_f]
pub fn inheritance_diagram(interface: Option<String>) -> Result<String, DocError> {
println!("{interface:?}");
let main_if = interface
.as_deref()
.or_else(|| {
Expand Down

0 comments on commit fd7fff0

Please sign in to comment.