remove debug prints, oops

This commit is contained in:
atagen 2024-11-23 17:15:02 +11:00
parent 3393f1ecfe
commit 5ccc27c0e2
3 changed files with 7 additions and 4 deletions

View file

@ -1,10 +1,7 @@
open Meat
let () =
print_int (Array.length Sys.argv);
if Array.length Sys.argv >= 2 then (
print_endline " args. contents:";
Array.iter print_endline Sys.argv;
match String.lowercase_ascii (Array.get Sys.argv 1) with
| "yum" -> yum ()
| "cook" -> cook ()