mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Remove Debug helper
This commit is contained in:
@@ -10,14 +10,6 @@
|
|||||||
var urlPrefix,
|
var urlPrefix,
|
||||||
$AnsibleConfig;
|
$AnsibleConfig;
|
||||||
|
|
||||||
window.Debug = {};
|
|
||||||
window.Debug.log = function(label, obj) {
|
|
||||||
if (Debug.enabled) {
|
|
||||||
console.log(label + ":", obj);
|
|
||||||
}
|
|
||||||
return obj;
|
|
||||||
};
|
|
||||||
|
|
||||||
if ($basePath) {
|
if ($basePath) {
|
||||||
urlPrefix = $basePath;
|
urlPrefix = $basePath;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user