summaryrefslogtreecommitdiffstats
path: root/fbconnect/fb.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbconnect/fb.py')
-rwxr-xr-xfbconnect/fb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbconnect/fb.py b/fbconnect/fb.py
index 370e160b..99bc0b79 100755
--- a/fbconnect/fb.py
+++ b/fbconnect/fb.py
@@ -47,7 +47,7 @@ def get_user_data(cookies):
request_data['sig'] = generate_sig(request_data)
fb_response = urlopen(REST_SERVER, urlencode(request_data))
- print(fb_response)
+ #print(fb_response)
return load_json(fb_response)[0]