From c7af673ad66d02904146971f3f58f094c3a82517 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Thu, 18 Jul 2013 20:32:58 -0400 Subject: [PATCH] Remove print :blush: --- twython/endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index 247d40d..20d42d3 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -275,7 +275,6 @@ class EndpointsMixin(object): Docs: https://dev.twitter.com/docs/api/1.1/get/friends/list """ - print 'here 1' return self.get('friends/list', params=params) get_friends_list.iterator_mode = 'cursor'