From 94a58bd6d862f238b9daa6b0599ba327b3b884e9 Mon Sep 17 00:00:00 2001 From: "Eric J. Duran" Date: Sun, 6 Nov 2011 03:14:47 -0500 Subject: [PATCH] Issue #1333314 by ericduran: Fixed Left over console.log in authorized.js. --- core/misc/authorize.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/misc/authorize.js b/core/misc/authorize.js index 66b7897..d522a5b 100644 --- a/core/misc/authorize.js +++ b/core/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. -- 1.7.7.1