Remove ugly pprints

This commit is contained in:
Gerald Lonlas
2018-03-02 22:20:26 +08:00
parent bc8ca491cd
commit 8bd0f4d0d7
4 changed files with 0 additions and 14 deletions

View File

@@ -109,8 +109,6 @@ class Telegram(RPC):
if not self.is_enabled():
return
import pprint
pprint.pprint(self._updater.stop.call_count)
self._updater.stop()
def is_enabled(self) -> bool: