summaryrefslogtreecommitdiff
path: root/misc/authorize.js
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:54:46 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:54:46 -0800
commitdd6eee32b70d3f945b0b2b553ce1a65ea478efda (patch)
treef801e95ce22642400e2e6e5e2026e3b87c9dc539 /misc/authorize.js
parent364a36e8ab28e8f7b5e84c9e35f1ef6b513b9127 (diff)
downloadbrdo-dd6eee32b70d3f945b0b2b553ce1a65ea478efda.tar.gz
brdo-dd6eee32b70d3f945b0b2b553ce1a65ea478efda.tar.bz2
Issue #1333314 by ericduran: Fixed Left over console.log in authorized.js.
Diffstat (limited to 'misc/authorize.js')
-rw-r--r--misc/authorize.js1
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.