We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae59937 commit bca4b0eCopy full SHA for bca4b0e
plugins/api/api_main.ml
@@ -168,9 +168,6 @@ module Api_error = struct
168
end
169
170
let add_api (paths : path list) api =
171
- eprintf "api_add: ";
172
- List.iter ~f:(fun p -> eprintf "%s; " (FilePath.DefaultPath.Abstract.string_of_path [p])) paths;
173
- eprintf "\n";
174
match Api_path.find_path paths api.desc with
175
| Some path -> Api_error.api_exists path api.desc
176
| None ->
0 commit comments