diff --git a/awx/ui/static/js/helpers/Parse.js b/awx/ui/static/js/helpers/Parse.js index 54c5c34414..432de6d8b0 100644 --- a/awx/ui/static/js/helpers/Parse.js +++ b/awx/ui/static/js/helpers/Parse.js @@ -32,7 +32,6 @@ angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule']) //hide the textarea and show a fresh CodeMirror with the current mode (json or yaml) codeMirror = AngularCodeMirror(); codeMirror.addModes($AnsibleConfig.variable_edit_modes); - console.log('here'); codeMirror.showTextArea({ scope: scope, model: fld, element: field_id, mode: scope[pfld], onReady: onReady, onChange: onChange }); }