Skip to content

Commit

Permalink
Merge pull request #133 from MoodCat/fetchMessagesLogRemoval
Browse files Browse the repository at this point in the history
Get rid of the spam. Can be found in the network tab.
  • Loading branch information
Tim van der Lippe authored and Tim van der Lippe committed Jun 25, 2015
2 parents fd4edc1 + 95715fd commit e6c1ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/services/chatService.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ angular.module('moodCatApp')
* @param {int} roomId The roomID to fetch messages for.
*/
this.fetchMessages = function(roomId) {
$log.info('Fetched messages for chat %s', roomId);
return moodcatBackend.get('/api/rooms/' + roomId + '/messages');
};

Expand Down

0 comments on commit e6c1ed2

Please sign in to comment.