Remove alert

This commit is contained in:
Loic GUEGAN 2016-05-05 21:05:56 +02:00
parent ba230914d7
commit 43e76785f0

View file

@ -144,7 +144,6 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I
// On user login
$scope.$on('updateGraphEvent', function () {
alert("called")
displayMachine();
});