commit 3fb4aa0a284fecd5bb4be8ce5b785567de6adaa0
parent a8436536f1fba7500cce2cf29648c29d24d19280
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 3 Apr 2023 09:41:54 -0400
Remove the unused verbose local
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/satelito/init.lua b/satelito/init.lua
@@ -150,7 +150,6 @@ end
-- Example: '$ satelito make --export'
if args['make'] then
local contentdir = _G.Satelito.contentdir
- local verbose = _G.Satelito.args['verbose']
local sitedata = {}
print('=> Fetching the markdown and HTML content ...')