Skip to content

Commit

Permalink
fix(docgen): remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 3, 2023
1 parent 15bf71b commit 8ffcaed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ docgen.generators = {
"",
function()
local required_modules = module.parsed.setup().requires or {}
log.warn(module.parsed.name, required_modules)

if vim.tbl_isempty(required_modules) then
return {}
Expand Down

0 comments on commit 8ffcaed

Please sign in to comment.