Skip to content

Commit

Permalink
sign_in: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Aug 29, 2015
1 parent b09a8ce commit 7f607c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ziggurat_foundations/ext/pyramid/sign_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def includeme(config):
ziggurat_foundations.user_model_location = youappname.models:User
''')

print(session_provider_callable)
if not session_provider_callable:
def session_provider_callable(request):
return get_db_session()
Expand Down

0 comments on commit 7f607c8

Please sign in to comment.