diff --git a/misc/authorize.js b/misc/authorize.js index 66b7897..d522a5b 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.