Chore: Remove commented code

This commit is contained in:
lambtho12
2022-01-20 21:01:54 +01:00
parent ea03546662
commit 2b9f22ff89

View File

@@ -191,12 +191,6 @@ local function global_dir_check()
ret = ret and check_dir_and_ask(M.Cfg.templates, "templates")
ret = ret and check_dir_and_ask(M.Cfg.image_subdir, "images")
-- local img_dir = M.Cfg.home
-- if M.Cfg.image_subdir then
-- img_dir = img_dir .. "/" .. M.Cfg.image_subdir
-- end
-- ret = ret and check_dir_and_ask(img_dir, "M.Cfg.image_subdir")
return ret
end