diff --git a/src/_h5ai/client/js/inc/core/server.js b/src/_h5ai/client/js/inc/core/server.js index 259e3dcd..7870d219 100644 --- a/src/_h5ai/client/js/inc/core/server.js +++ b/src/_h5ai/client/js/inc/core/server.js @@ -64,7 +64,6 @@ modulejs.define('core/server-request-mock-aai', ['$', '_', 'core/settings', 'cor parse = function (absHref, html) { html = '
' + html.replace(/^[\s\S]*|<\/body>[\s\S]*$/g, '') + '
'; - console.log(html, $(html)); var $table = $(html).find('#data-apache-autoindex table'); return _.compact(_.map($table.find('td').closest('tr'), function (tr) {