Skip to content

Commit

Permalink
Removed extra listener, this is done in RoomsService now
Browse files Browse the repository at this point in the history
  • Loading branch information
ianngiaw committed Nov 14, 2015
1 parent 773c221 commit 45e5125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/js/controllers/appController.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ angular.module('letterbox.controllers')
// Eventbus for loose coupling of components
// Initialize DbService when logged in
eventbus.registerListener('loginCompleted', DbService.init);
// Update all rooms when logged in
eventbus.registerListener('loginCompleted', RoomsService.updateRooms);
// Initialize socketio when logged in
eventbus.registerListener('loginCompleted', socket.init);
// Update user location when logged in
Expand Down

0 comments on commit 45e5125

Please sign in to comment.