From 74b7596337fb259843bf8d1b4300ad087f1ea422 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 19 Sep 2017 18:47:31 +0200 Subject: [PATCH] remove missing console.log --- www/plugins/es/js/controllers/message-controllers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/plugins/es/js/controllers/message-controllers.js b/www/plugins/es/js/controllers/message-controllers.js index afcf229d9..11d769af2 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) { -- GitLab