From 39bf9c71fba142ea85fdcaf6e62f2874e76af202 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Tue, 5 Jun 2018 23:02:51 -0800 Subject: [PATCH] Removed test print --- exts/imports/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exts/imports/utils.py b/exts/imports/utils.py index 1ec8663..f2520ee 100644 --- a/exts/imports/utils.py +++ b/exts/imports/utils.py @@ -113,7 +113,6 @@ class Paginator: self._max_line_length = max_line_length def pages(self) -> typing.List[str]: - print(self._parts) pages = list() page = ''