From 6e2c9f5eda69f0584c61b468237208e3cd3e0d1f Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Wed, 28 Jan 2015 13:08:52 -0500 Subject: [PATCH] Remove Debug helper --- awx/ui/static/js/app.js | 8 -------- 1 file changed, 8 deletions(-) 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 {