Skip to content

Commit

Permalink
Remove unnecessary debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jun 27, 2019
1 parent 12f56cf commit 6d8b9b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/yard/server/commands/static_file_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def find_file(adapter, url)
file = nil
([adapter.document_root] + static_paths.reverse).compact.each do |path_prefix|
file = File.join(path_prefix, url)
p file
break if File.exist?(file)
file = nil
end
Expand Down

0 comments on commit 6d8b9b9

Please sign in to comment.