From c9b68af0c35eac29315b787befbbd40da69c134b Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 9 Oct 2012 14:15:36 +0000 Subject: [PATCH] //remove debug --- themes/default/js/tools/statesManagement.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/js/tools/statesManagement.js b/themes/default/js/tools/statesManagement.js index 9d306cb4b..26c1e6468 100644 --- a/themes/default/js/tools/statesManagement.js +++ b/themes/default/js/tools/statesManagement.js @@ -33,7 +33,6 @@ function bindStateInputAndUpdate() function updateState(suffix) { - console.log($('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)')); $('select#id_state'+(suffix !== undefined ? '_'+suffix : '')+' option:not(:first-child)').remove(); var states = countries[$('select#id_country'+(suffix !== undefined ? '_'+suffix : '')).val()]; if(typeof(states) != 'undefined')