remove unnecessary plausible calls (#1664)

This commit is contained in:
Son Nguyen Kim 2023-03-27 10:48:41 +02:00 committed by GitHub
parent 1c65094da8
commit eba4ee8c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -210,6 +210,5 @@ to apply the coupon code.
});
}
plausible("visit pricing");
</script>
{% endblock %}

View File

@ -15,5 +15,4 @@
<a class="btn btn-primary" href="/">Close</a>
</div>
</div>
<script>plausible("upgraded")</script>
{% endblock %}