removed unsed attendees json from check-in page

This commit is contained in:
Dave Earley 2016-05-12 00:42:19 +01:00
parent 562250a9cf
commit 4b9dd02a3d
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class EventCheckInController extends MyBaseController
];
JavaScript::put([
'attendees' => $event->attendees,
'qrcodeCheckInRoute' => route('postQRCodeCheckInAttendee', ['event_id' => $event->id]),
'checkInRoute' => route('postCheckInAttendee', ['event_id' => $event->id]),
'checkInSearchRoute' => route('postCheckInSearch', ['event_id' => $event->id]),