mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Remove Debug helper
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user