Removing commented out code for merging into master.

This commit is contained in:
charltonaustin 2016-10-06 16:54:04 -04:00
parent 1dbd27934f
commit 980e79d612

View file

@ -11,7 +11,6 @@ angular.module('quay').directive('quayMessageBar', function () {
scope: {},
controller: function ($scope, $element, ApiService) {
$scope.messages = [];
// ApiService.getMessages().then(function(data){ $scope.messages = data['messages'] || []; });
}
};
});