diff --git a/openlp/core/lib/renderer.py b/openlp/core/lib/renderer.py index bcb1f2b70..226e8b472 100644 --- a/openlp/core/lib/renderer.py +++ b/openlp/core/lib/renderer.py @@ -229,7 +229,6 @@ class Renderer(object): # Songs and Custom elif item.is_capable(ItemCapabilities.CanSoftBreak): pages = [] - # if u'[---]' in text: while True: slides = text.split(u'\n[---]\n', 2)