Supporter page: Remove debug log.

This commit is contained in:
Brett Smith 2016-09-09 12:11:29 -04:00
parent 86ef51db5d
commit c2ee1c761d

View file

@ -227,7 +227,6 @@ $(document).ready(function() {
urlHash = "#annual"; urlHash = "#annual";
} }
$(".supporter-type-selector a[href=" + urlHash + "]").click(); $(".supporter-type-selector a[href=" + urlHash + "]").click();
console.log("fromHash done");
}; };
$(window).bind("hashchange", selectSupportTypeFromHash); $(window).bind("hashchange", selectSupportTypeFromHash);
selectSupportTypeFromHash(); selectSupportTypeFromHash();