1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove log line #1046

This commit is contained in:
Leigh Johnson 2016-03-03 09:21:49 -05:00
parent 9ca560ab8c
commit 761a5303e3

View File

@ -21,7 +21,6 @@ export default
$scope.subscription = res.data.license_info.subscription_name;
$scope.version = processVersion(res.data.version);
$('#about-modal').modal('show');
console.log(window.cowsay)
});
};
var back = function(){