diff --git a/fbchat/client.py b/fbchat/client.py index 90a8f5d..e0fa43f 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -897,7 +897,6 @@ class Client(object): if type(_fbid) == int: return _fbid - print(type(_fbid)) if type(_fbid) in [str, bytes] and 'fbid:' in _fbid: return int(_fbid[5:])