Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Civitasv committed Jun 8, 2024
1 parent 168f8b1 commit bcff215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/cmake-tools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,6 @@ function cmake.register_autocmd()
local targets = {}
local file = ev.file
local all_targets = config:build_targets_with_sources()
vim.print(all_targets)
if all_targets and all_targets.data and all_targets.data["sources"] then
for _, target in ipairs(all_targets.data["sources"]) do
if target.path == file then
Expand Down

0 comments on commit bcff215

Please sign in to comment.