Skip to content

Commit

Permalink
Remove debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Dec 7, 2023
1 parent 290d41c commit 0fe5960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _extensions/adsense/adsense.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function Meta(m)

-- If ads should be disabled; exit here to avoid running into a publisher-id unset error.
if enableAds == false then
quarto.log.output("=== Escaping EnableAds ===")
return m
end
end
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/

0 comments on commit 0fe5960

Please sign in to comment.