Skip to content

Commit

Permalink
Undo debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
azteca1998 committed Oct 1, 2024
1 parent 861e22e commit 895edcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libfuncs/dup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pub fn build<'ctx, 'this>(
{
Some(clone_fn) => {
let original_value = entry.argument(0)?.into();
dbg!(&info.signature.param_signatures[0].ty);
let (entry, cloned_value) = clone_fn(
context,
registry,
Expand Down

0 comments on commit 895edcf

Please sign in to comment.