From 789cffa4f7d1ce06a153c2827df85597e3ff818c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 16 Jan 2018 22:06:04 +0100 Subject: [PATCH] Remove print call --- pyrogram/client/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 3ab86e0d..ba7470a4 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -309,8 +309,6 @@ class Client: password=parser.get("proxy", "password", fallback=None) or None ) - print(self.proxy) - def load_session(self, session_name): try: with open("{}.session".format(session_name)) as f: