diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index 9f3095896c..c1cf9dd844 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -10,14 +10,6 @@ var urlPrefix, $AnsibleConfig; -window.Debug = {}; -window.Debug.log = function(label, obj) { - if (Debug.enabled) { - console.log(label + ":", obj); - } - return obj; -}; - if ($basePath) { urlPrefix = $basePath; } else {