summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/accounts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/views/accounts.py b/views/accounts.py
index 6b70df4..d669e82 100644
--- a/views/accounts.py
+++ b/views/accounts.py
@@ -51,8 +51,6 @@ def user_profile(request, user_email = None):
except:
user_profile = UserProfile.objects.create(user=request.user)
- print user_profile
-
t = loader.get_template('user_profile.html')
c = RequestContext(request, {