Skip to content

Commit

Permalink
Remove unnecessary print statement (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- authored Oct 2, 2024
2 parents 6eb4622 + 33cd14f commit 35629e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lweb/Editors.re
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ let perform_action =
CoreSettings.on
| _ => settings
};
print_endline("action: " ++ Action.show(a));
switch (Perform.go(~settings, a, get_editor(editors))) {
| Error(err) => Error(FailedToPerform(err))
| Ok(ed) => Ok(put_editor(ed, editors))
Expand Down

0 comments on commit 35629e9

Please sign in to comment.