Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0mz committed Aug 4, 2024
1 parent 10f32e3 commit 2c76bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ let setup_node (mode : string) : string =

let main (filename : string) (output_path : string) (config_path : string) (mode : string) (generate_mdg : bool) (verbose : bool) : int =

print_endline mode;
(* SETUP *)
let script = setup_node mode in
let dep_tree = DependencyTree.generate script filename mode in
Expand Down

0 comments on commit 2c76bd4

Please sign in to comment.