Remove alert
This commit is contained in:
parent
ba230914d7
commit
43e76785f0
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I
|
||||||
|
|
||||||
// On user login
|
// On user login
|
||||||
$scope.$on('updateGraphEvent', function () {
|
$scope.$on('updateGraphEvent', function () {
|
||||||
alert("called")
|
|
||||||
displayMachine();
|
displayMachine();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue