Removed test print

This commit is contained in:
Dusty.P 2018-06-05 23:02:51 -08:00
parent b782bf681a
commit 39bf9c71fb

View File

@ -113,7 +113,6 @@ class Paginator:
self._max_line_length = max_line_length self._max_line_length = max_line_length
def pages(self) -> typing.List[str]: def pages(self) -> typing.List[str]:
print(self._parts)
pages = list() pages = list()
page = '' page = ''