Skip to content

Commit

Permalink
remove printing (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach authored Mar 7, 2024
1 parent 941775f commit 48102cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parsing_astable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function replace_syms_astable!(inputs_to_function::AbstractDict,
return e.args[2]
end

println(e)
col = get_column_expr(e)
if col !== nothing
return conditionally_add_symbols!(inputs_to_function, lhs_assignments, col)
Expand Down

0 comments on commit 48102cc

Please sign in to comment.