removed unecessary if statment

This commit is contained in:
Philip Ridout 2012-08-13 20:25:28 +01:00
parent c6d85d3ab8
commit 96b787ff49

View File

@ -450,8 +450,7 @@ class Renderer(object):
previous_html, previous_raw, html_lines, lines, separator, u'')
else:
previous_raw = separator.join(lines)
if previous_raw is not None:
formatted.append(previous_raw)
formatted.append(previous_raw)
log.debug(u'_paginate_slide - End')
return formatted