Skip to content

Commit

Permalink
Yikes, forgot to take out a debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmurphy committed May 2, 2024
1 parent cb81e61 commit 91478fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppx_src/src/Records.ml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ let generateSuccessCase {name; spreadName} successExpr =
| "...", Some spreadName -> spreadName
| _ -> name
in
let _ = Printf.printf "spreadName: %s\n" actualNameToUseForOkayPayload in
{
pc_lhs =
( mknoloc actualNameToUseForOkayPayload |> Pat.var |> fun p ->
Expand Down

0 comments on commit 91478fc

Please sign in to comment.