Skip to content

Commit d55fb94

Browse files
author
Al Manning
committed
remove some logging
1 parent 52224df commit d55fb94

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/resources/extensions/quarto/confluence/publish.lua

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,8 @@ function dump(object, label)
1919
end
2020

2121
function Writer (doc, opts)
22-
dump(doc, 'doc')
2322
local filter = {
2423
Image = function (img)
25-
dump('Image')
26-
dump(img, 'img')
27-
dump(img.c, 'img.c')
28-
dump(img.attributes, 'img.attributes')
29-
dump(img.src, 'img.src')
30-
dump(img.title, 'img.title')
31-
dump(img.caption, 'img.caption')
32-
dump(img.caption[1] or '', 'img.caption[1]')
33-
dump(img.attr, 'img.attr')
34-
3524
local renderString = confluence.CaptionedImageConfluence(
3625
img.src, img.title, 'Elephant', img.attr)
3726
dump(renderString, 'renderString')

0 commit comments

Comments
 (0)