From 6b81c91d9b0e0b0bc2929fc56c6fa85932a115d6 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:25:18 +0000 Subject: [PATCH] remove debugging code --- static/js/apiDialog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 87602172..43e130d3 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') );