diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 876021722..43e130d38 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -144,7 +144,6 @@ pandora.ui.apiDialog = function() { ['Keyword', 'Method', 'Property'].forEach(function(type) { $doc.find('.Ox' + type).removeClass('Ox' + type); }); - Ox.print('DEBUG', $doc.html()) $doc.html( $doc.html().replace(/X(\w+)X/g, '$1') );