Removed extra commented stuff

This commit is contained in:
snipe
2015-05-07 18:20:58 -07:00
parent 95279f885b
commit 4457c7aec0
@@ -172,8 +172,6 @@
$("#state").val(json.state);
$("#zip").val(json.zip);
$(".country").select2("val",json.country);
//$(".country option[value="+json.country+"]").attr("selected", "selected");
//$("select option[value="+json.country+"]")).prop('selected','true');
}
});