diff options
Diffstat (limited to 'misc/authorize.js')
-rw-r--r-- | misc/authorize.js | 1 |
1 files changed, 0 insertions, 1 deletions
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. |