Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Mar 11, 2024
1 parent 3cc4f40 commit 4234ca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/filters/quarto-post/pdf-images.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function pdfImages()
-- See if the path points to an SVG in the media bag
-- (been generated by a filter, for example)
return mediabag.with_mediabag_contents(image.src, function (mime_type, tempPath)
print(mime_type, tempPath)
if mime_type == 'image/svg+xml' then
local convertedPath = call_rsvg_convert(tempPath)
if convertedPath == nil then
Expand Down

0 comments on commit 4234ca2

Please sign in to comment.