Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 46a7b51

Browse files
committed
remove unecessary print line
1 parent 594668d commit 46a7b51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/views/users.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def ambassadors(request):
5353
user_country = get_country_from_user_ip(user_ip)
5454
except:
5555
user_country = None
56-
print user_ip, user_country
5756
countries_ambassadors = get_ambassadors_for_countries()
5857

5958
return render_to_response(

0 commit comments

Comments
 (0)