From faa0ddc045ac0deef0872a7b379d3d1ed000b8f5 Mon Sep 17 00:00:00 2001
From: Daniil Rozanov <daniilrozzanov@gmail.com>
Date: Fri, 26 Apr 2024 03:35:04 +0300
Subject: fix: remove debug notifications

---
 lua/cmake/project.lua | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'lua/cmake/project.lua')

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()
-- 
cgit v1.2.3