Skip to content

Commit

Permalink
[ECENetagoraBundle] removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hamon committed Jan 21, 2012
1 parent cad5755 commit a95ccd7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ class ConnectedController extends Controller
*/
public function homeAction(Request $request)
{
$session = $request->getSession();
if (!$session->has('ece_username')) {
$session->set('ece_username', $this->get('security.context')->getToken()->getUsername());
}


return array();
}
Expand Down

0 comments on commit a95ccd7

Please sign in to comment.