From 884fd92f1320d17daebb772297da03fb2cfa59b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 16:00:34 +0300 Subject: drop opentelemetry --- classes/Digest.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'classes/Digest.php') diff --git a/classes/Digest.php b/classes/Digest.php index 6005f5fe4..cad808711 100644 --- a/classes/Digest.php +++ b/classes/Digest.php @@ -2,8 +2,6 @@ class Digest { static function send_headlines_digests(): void { - $span = Tracer::start(__METHOD__); - $user_limit = 15; // amount of users to process (e.g. emails to send out) $limit = 1000; // maximum amount of headlines to include @@ -77,7 +75,6 @@ class Digest } } - $span->end(); Debug::log("All done."); } -- cgit v1.2.3-54-g00ecf