Skip to content

Commit

Permalink
Removed unused array
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed May 15, 2018
1 parent 2186573 commit 7e6f400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/controllers/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ app.controller('overviewController', function ($timeout, $scope, $location, $roo
});

$scope.$on('$destroy', () => {
$rootScope.wzEventFilters = [];
$rootScope.rawVisualizations = null;
if ($rootScope.ownHandlers) {
for (let h of $rootScope.ownHandlers) {
Expand Down

0 comments on commit 7e6f400

Please sign in to comment.