Remove some commented and unnecessary code

This commit is contained in:
PCoder 2017-10-29 22:03:19 +01:00
commit 62f30bf03c
3 changed files with 0 additions and 63 deletions

View file

@ -123,14 +123,4 @@
})();
</script>
{%endif%}
{% comment %}
{% if credit_card_data.last4 and credit_card_data.cc_brand %}
<script type="text/javascript">
(function () {
window.hasCreditcard = true;
})();
</script>
{%endif%}
{% endcomment %}
{%endblock%}