From 063b1660714c917fa0f78b45c9a0fe4152c4c5e3 Mon Sep 17 00:00:00 2001 From: Ivan Ottinger <25105483+ivan-ottinger@users.noreply.github.com> Date: Fri, 17 May 2024 13:23:23 +0200 Subject: [PATCH] Remove leftover code --- includes/notes/class-wc-calypso-bridge-free-trial-welcome.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/notes/class-wc-calypso-bridge-free-trial-welcome.php b/includes/notes/class-wc-calypso-bridge-free-trial-welcome.php index 6ffb34d0..a0503476 100644 --- a/includes/notes/class-wc-calypso-bridge-free-trial-welcome.php +++ b/includes/notes/class-wc-calypso-bridge-free-trial-welcome.php @@ -78,8 +78,6 @@ public static function can_be_added() { return; } - self::possibly_delete_note(); - if ( self::note_exists() ) { return false; }