From b87dc5a45b9e696e891709aa7adbaf5116a2e5b6 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 12 Oct 2012 01:31:50 +0200 Subject: [PATCH] Removes a console.log. --- src/_h5ai/client/js/inc/core/server.js | 1 - 1 file changed, 1 deletion(-) 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) {