Skip to content

Commit

Permalink
chore: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 23, 2024
1 parent 2e4e703 commit 3d830ec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions lua/neotest-golang/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ function M.test_results(spec, result, tree)
end

-- DEBUG: enable the following to see the final Neotest result.
-- logger.debug(vim.inspect(res))
-- logger.debug(vim.inspect(neotest_result))
-- logger.debug(vim.inspect(neotest_results))

return neotest_result
end
Expand Down
1 change: 0 additions & 1 deletion lua/neotest-golang/runspec/dir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function M.build(pos)
context = context,
}

logger.debug({ "RunSpec:", run_spec })
return run_spec
end

Expand Down
1 change: 0 additions & 1 deletion lua/neotest-golang/runspec/file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function M.build(pos, tree)
context = context,
}

logger.debug({ "RunSpec:", run_spec })
return run_spec
end

Expand Down
1 change: 0 additions & 1 deletion lua/neotest-golang/runspec/namespace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function M.build(pos)
context = context,
}

logger.debug({ "RunSpec:", run_spec })
return run_spec
end

Expand Down
1 change: 0 additions & 1 deletion lua/neotest-golang/runspec/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function M.build(pos, strategy)
run_spec.context.parse_test_results = false
end

logger.debug({ "RunSpec:", run_spec })
return run_spec
end

Expand Down

0 comments on commit 3d830ec

Please sign in to comment.