From eba4ee8c2c535aaddc0d6369a554fec1f2d19f45 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Mon, 27 Mar 2023 10:48:41 +0200 Subject: [PATCH] remove unnecessary plausible calls (#1664) --- templates/dashboard/pricing.html | 1 - templates/dashboard/thank-you.html | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/dashboard/pricing.html b/templates/dashboard/pricing.html index b61409e8..c8bb8989 100644 --- a/templates/dashboard/pricing.html +++ b/templates/dashboard/pricing.html @@ -210,6 +210,5 @@ to apply the coupon code. }); } - plausible("visit pricing"); {% endblock %} diff --git a/templates/dashboard/thank-you.html b/templates/dashboard/thank-you.html index 26e11bdd..a0c9f32d 100644 --- a/templates/dashboard/thank-you.html +++ b/templates/dashboard/thank-you.html @@ -15,5 +15,4 @@ Close - {% endblock %}