aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/core.py')
-rw-r--r--github3/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/core.py b/github3/core.py
index e0703a5..2f85040 100644
--- a/github3/core.py
+++ b/github3/core.py
@@ -46,8 +46,8 @@ class GitHub(object):
@property
def logged_in(self):
r = self._get('')
+ print
- # print r
if r.status_code == 200:
return True
else: