forked from 0x2620/pandora
remove debugging code
This commit is contained in:
parent
a7718544d8
commit
6b81c91d9b
1 changed files with 0 additions and 1 deletions
|
@ -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, '<b>$1</b>')
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue