Skip to content

Commit

Permalink
Remove commented debug print @emillon
Browse files Browse the repository at this point in the history
Co-Authored-By: Etienne Millon <[email protected]>
  • Loading branch information
voodoos and emillon authored Mar 18, 2020
1 parent ae5fb4b commit 8a91934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dune/upgrader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ module V2 = struct
let v = !Dune_project.default_dune_language_version in
let sexps = sexps |> Ast_tools.bump_lang_version v |> update_formatting in
let new_file_contents = string_of_sexps sexps comments in
(* Printf.eprintf "AAAH: %b\n!" (was_formatted sexps); *)
todo.to_edit <-
(Dune_project.file project, new_file_contents) :: todo.to_edit

Expand Down

0 comments on commit 8a91934

Please sign in to comment.