Remove unused log statement

This commit is contained in:
Jan Tuomi
2017-09-26 13:06:27 +03:00
parent 864b3787c8
commit e10af28c4d
-1
View File
@@ -11,7 +11,6 @@ from django.conf import settings
def coffee_view(request):
logging.info('User navigated to coffee page!')
return render(request, 'coffee.html')