Removing breakpoint from include.rb
This commit is contained in:
parent
4a8d6eefe0
commit
79cf8a0ea1
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ class Include < WikiChunk::WikiReference
|
|||
return "<em>Recursive include detected; #{@page_name} --> #{@content.page_name} " +
|
||||
"--> #{@page_name}</em>\n"
|
||||
else
|
||||
require 'breakpoint'
|
||||
breakpoint
|
||||
included_content = renderer.display_content
|
||||
@content.merge_chunks(included_content)
|
||||
return included_content.pre_rendered
|
||||
|
|
Loading…
Reference in a new issue