mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Remove Debug helper
This commit is contained in:
parent
7b92bf1b88
commit
6e2c9f5eda
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user