Removing breakpoint from include.rb

This commit is contained in:
Alexey Verkhovsky 2005-09-14 02:02:00 +00:00
parent 4a8d6eefe0
commit 79cf8a0ea1

View file

@ -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