From 49ddf2eb2f32b23b51b3a4a4d75a72741ff9ba54 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Tue, 26 Jun 2012 23:19:11 -0400 Subject: removed a print line used for debugging previously --- views/accounts.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'views/accounts.py') 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, { -- cgit