Skip to content

Commit bca4b0e

Browse files
committed
removed debug code
1 parent ae59937 commit bca4b0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/api/api_main.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ module Api_error = struct
168168
end
169169

170170
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";
174171
match Api_path.find_path paths api.desc with
175172
| Some path -> Api_error.api_exists path api.desc
176173
| None ->

0 commit comments

Comments
 (0)