aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/cmake/project.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/cmake/project.lua b/lua/cmake/project.lua
index 6f5a21e..8f7d97f 100644
--- a/lua/cmake/project.lua
+++ b/lua/cmake/project.lua
@@ -207,15 +207,7 @@ end
function Project.setup(opts)
opts = opts or {}
- vim.notify(
- "Start setup. " .. vim.inspect(opts.first_time_only) .. " " .. tostring(initialised),
- vim.log.levels.INFO
- )
if opts.first_time_only and initialised then
- vim.notify(
- "Setup abort. " .. vim.inspect(opts.first_time_only) .. " " .. tostring(initialised),
- vim.log.levels.INFO
- )
return
end
reset_internals()