Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Feb 29, 2024
1 parent 9a8f2a7 commit 1ae0c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shank-macro-impl/src/types/resolve_rust_ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ pub fn resolve_rust_ty(
}
};

println!("[resolve_rust_ty] {:?}: {:?}", ident, kind);
Ok(RustType {
ident,
kind,
Expand Down

0 comments on commit 1ae0c27

Please sign in to comment.