From 5a8133d6d98934d789ae84fba5d6a037cc7ed4b0 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 24 Dec 2010 14:34:27 +0000 Subject: [PATCH] Removing debug call. Follow-up r78935 CR --- resources/jquery/jquery.makeCollapsible.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 8c65bed9a4..43a7f8b0ef 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -148,7 +148,6 @@ $.fn.makeCollapsible = function() { } } - console.log( $toggleLink.get(0) ); // Initial state if ( $that.hasClass( 'mw-collapsed' ) ) { $toggleLink.click(); -- 2.20.1