diff --git a/www/plugins/es/js/controllers/message-controllers.js b/www/plugins/es/js/controllers/message-controllers.js index afcf229d910ad33e7267de0a0a46991dafd01e75..11d769af25a3eddb1722e0d8019499902ce68922 100644 --- a/www/plugins/es/js/controllers/message-controllers.js +++ b/www/plugins/es/js/controllers/message-controllers.js @@ -270,7 +270,6 @@ function ESMessageListController($scope, $state, $translate, $ionicHistory, $ion if ($scope.type != 'inbox') return; // Add message sent to list $scope.loading = true; - console.log(notification); // Load the the message return esMessage.get(notification.id, {type: $scope.type, summary: true}) .then(function(msg) {