From 761a5303e37bfb508a75e2e19fc7204e9879383f Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Thu, 3 Mar 2016 09:21:49 -0500 Subject: [PATCH] remove log line #1046 --- awx/ui/client/src/about/about.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/about/about.controller.js b/awx/ui/client/src/about/about.controller.js index c112b91800..c35388e8ae 100644 --- a/awx/ui/client/src/about/about.controller.js +++ b/awx/ui/client/src/about/about.controller.js @@ -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(){