Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Jul 2, 2014
1 parent 08dba9d commit e3fe5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts_and_people/views.py
Expand Up @@ -199,7 +199,7 @@ def person(request, slug, active_tab=""):
if active_tab:
if active_tab not in tabs.live_tabs:
raise Http404
print tabs.live_tabs[active_tab]

active_tab = "_" + tabs.live_tabs[active_tab]["tab"]
meta = {"description": tabs.meta_dict}

Expand Down

0 comments on commit e3fe5b9

Please sign in to comment.