Remove debug alert

This commit is contained in:
Sebastiaan Janssen
2018-09-30 13:36:12 +02:00
parent 2a60dad15e
commit 927b8ac6d4
@@ -429,7 +429,6 @@ function navigationService($rootScope, $routeParams, $log, $location, $q, $timeo
* Hides the menu by hiding the containing dom element
*/
hideMenu: function() {
alert("hideMenu");
//SD: Would we ever want to access the last action'd node instead of clearing it here?
appState.setMenuState("currentNode", null);
appState.setMenuState("menuActions", []);