From 980e79d6121e9a095932afdfafaac8187c75e29b Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Thu, 6 Oct 2016 16:54:04 -0400 Subject: [PATCH] Removing commented out code for merging into master. --- static/js/directives/quay-message-bar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/directives/quay-message-bar.js b/static/js/directives/quay-message-bar.js index 55d4b1b8a..a85ae0b17 100644 --- a/static/js/directives/quay-message-bar.js +++ b/static/js/directives/quay-message-bar.js @@ -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'] || []; }); } }; });