Skip to content

Commit 412ea63

Browse files
remove stray logs
1 parent a2026c8 commit 412ea63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resources/filters/quarto-post/typst-brand-yaml.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ function render_typst_brand_yaml()
233233
local pads = {}
234234
for k, v in _quarto.utils.table.sortedPairs(logoOptions) do
235235
if k == 'padding' then
236-
quarto.log.output('foo', k)
237236
local widths = {}
238237
_quarto.modules.typst.css.parse_multiple(v, 5, function(s, start)
239238
local width, newstart = _quarto.modules.typst.css.consume_width(s, start)
@@ -248,7 +247,6 @@ function render_typst_brand_yaml()
248247
pads.bottom = sides.bottom
249248
pads.left = sides.left
250249
elseif k:find '^padding-' then
251-
quarto.log.output('foo', k)
252250
local _, ndash = k:gsub('-', '')
253251
if ndash == 1 then
254252
local side = k:match('^padding--(%a+)')

0 commit comments

Comments
 (0)