Remove Debug helper

This commit is contained in:
Joe Fiorini 2015-01-28 13:08:52 -05:00
parent 7b92bf1b88
commit 6e2c9f5eda

View File

@ -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 {