Skip to content

Commit

Permalink
Clean up stray logging in erlang_service
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: jcpetruzza

Differential Revision: D60440867

fbshipit-source-id: 9dde2ef21a3b3cc0d334d608bd96a87ecba3e991
  • Loading branch information
alanz authored and facebook-github-bot committed Jul 31, 2024
1 parent 7d002a8 commit 61cd98f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions erlang_service/src/erlang_service_edoc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ render_docs_v1(
) ->
#{
module_doc =>
begin
logger:warning("render_docs_v1:module_doc: [~p]", [ModuleDoc]),
ModuleDoc
end,
ModuleDoc,
function_docs =>
% TODO: T196938446
% This processing does not deal with `equiv` metadata, when the FDoc is empty.
Expand Down

0 comments on commit 61cd98f

Please sign in to comment.