Skip to content
Snippets Groups Projects
Unverified Commit 804e58bf authored by Lukas Ruge's avatar Lukas Ruge
Browse files

remove debug output

parent 801ff068
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -9,7 +9,6 @@ module Jekyll ...@@ -9,7 +9,6 @@ module Jekyll
url = resource.url url = resource.url
ext = File.extname(url) ext = File.extname(url)
puts("----------------------------------------------------------")
if url.include?(':layout') if url.include?(':layout')
return url.gsub(/:layout/, layout_path) return url.gsub(/:layout/, layout_path)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment