Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
gitoleg committed Mar 16, 2018
1 parent ae59937 commit 04990c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/api/api_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@ module Api_error = struct
(Api_path.to_string api.path) (Api_path.to_string api'.path)
end

let add_api (paths : path list) api =
eprintf "api_add: ";
List.iter ~f:(fun p -> eprintf "%s; " (FilePath.DefaultPath.Abstract.string_of_path [p])) paths;
eprintf "\n";
let add_api paths api =
match Api_path.find_path paths api.desc with
| Some path -> Api_error.api_exists path api.desc
| None ->
Expand Down

0 comments on commit 04990c3

Please sign in to comment.