From dd6eee32b70d3f945b0b2b553ce1a65ea478efda Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 11 Nov 2011 20:54:46 -0800 Subject: Issue #1333314 by ericduran: Fixed Left over console.log in authorized.js. --- misc/authorize.js | 1 - 1 file changed, 1 deletion(-) (limited to 'misc/authorize.js') diff --git a/misc/authorize.js b/misc/authorize.js index 66b789791..d522a5ba9 100644 --- a/misc/authorize.js +++ b/misc/authorize.js @@ -16,7 +16,6 @@ Drupal.behaviors.authorizeFileTransferForm = { // Removes the float on the select box (used for non-JS interface). if ($('.connection-settings-update-filetransfer-default-wrapper').length > 0) { - console.log($('.connection-settings-update-filetransfer-default-wrapper')); $('.connection-settings-update-filetransfer-default-wrapper').css('float', 'none'); } // Hides the submit button for non-js users. -- cgit v1.2.3