commit 02529ec0871ce3a902ca320ea00f1a2c02b1e9ec
parent e3aecc41ff443c75823b2a18cb3261217513fee4
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 27 Nov 2022 11:26:29 -0500
Remove a print
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/satelito/model.lua b/satelito/model.lua
@@ -63,14 +63,11 @@ function model.set(filepath)
-- List (and Feed)
if file.is_index(filepath) and pagedata.list ~= false then
pagedata.list = file.get_collection(filepath, contentdir)
-
- print(inspect(file.get_collection(filepath, contentdir)))
end
-
-- Archives
if pagedata.archives then
- pagedata.archives_children = list.get_archives(contentdir)
+ pagedata.archives_children = list.get_archives(contentdir)
end
-- Tags