Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
yav authored and cp526 committed Aug 5, 2024
1 parent 70f8e61 commit 3f93e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cn/lib/sctypes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ let of_ctype_unsafe loc ct =
let open Cerb_pp_prelude in
match of_ctype ct with
| Some ct -> ct
| None -> Tools.unsupported loc (!^"YAV C-type" ^^^ Cerb_frontend.Pp_core_ctype.pp_ctype ct)
| None -> Tools.unsupported loc (!^"Unsupported C-type" ^^^ Cerb_frontend.Pp_core_ctype.pp_ctype ct)


let pp t = Pp_core_ctype.pp_ctype (to_ctype t)
Expand Down

0 comments on commit 3f93e78

Please sign in to comment.