Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ox-it/talks.ox
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhemm committed Mar 2, 2015
2 parents 23a5365 + d94b120 commit 2a0d5c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions talks/contributors/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def create_event(request, group_slug=None):
'department_organiser': organising_dept,
}

print request.user

PrefixedEventForm = partial(EventForm, prefix='event', initial=initial, user=request.user)

if request.method == 'POST':
Expand Down Expand Up @@ -195,8 +193,7 @@ def create_event_group(request):
if showTimeoutWarning:
group_data['push_to_old_talks_error'] = 'Timeout'
response = json.dumps(group_data)
print "MODAL SERIES CREATED - RESPONSE"
print response

if showTimeoutWarning:
# messages.warning(response, "Timed out connecting to Old Talks. This series will not appear on that site until it is edited again.")
return HttpResponse(response, status=201, content_type='application/json')
Expand Down

0 comments on commit 2a0d5c7

Please sign in to comment.