Removed test print
This commit is contained in:
parent
b782bf681a
commit
39bf9c71fb
@ -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 = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user