Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 27, 2024
1 parent 659f0a1 commit d01b153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ fn eval_call(callstack: &mut CallStack, expr: Expr, mutable: bool) -> EvalResult
callstack.pop_frame_and_return(result)
}
Expr::String(name) | Expr::Symbol(name) => {
println!("calling {name}");
if mutable {
// currently, things like names(x) = "a" is anyway not supported
return internal_err!();
Expand Down

0 comments on commit d01b153

Please sign in to comment.