chores: remove debug logs (#1396)

This commit is contained in:
yetone
2025-02-26 03:39:09 +08:00
committed by GitHub
parent d4e58f6a22
commit 984fe877bf

View File

@@ -142,7 +142,6 @@ function Prompt.get_templates_dir(project_root)
end)
local dir = cache_prompt_dir:absolute()
Utils.debug("Prompt cache directory:", dir)
return dir
end
@@ -161,7 +160,6 @@ function Prompt.render_file(path, opts) return _templates_lib.render(path, opts)
---@param opts AvanteTemplateOptions
function Prompt.render_mode(mode, opts)
local filepath = Prompt.get_filepath(mode)
Utils.debug("Prompt filepath:", filepath)
return _templates_lib.render(filepath, opts)
end