Skip to content

Commit

Permalink
ac
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Sep 23, 2023
1 parent dc3c255 commit 4c351c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adana_script/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ fn compute_recur(
let slb = shared_lib.as_ref().to_path_buf();
let fun = move |v, extra_ctx| {
cloned_ctx.extend(extra_ctx);
println!("goes in");
compute_lazy(v, &mut cloned_ctx, &slb)
};
unsafe {
Expand Down

0 comments on commit 4c351c1

Please sign in to comment.