summaryrefslogtreecommitdiff
path: root/classes/Digest.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Digest.php')
-rw-r--r--classes/Digest.php3
1 files changed, 0 insertions, 3 deletions
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.");
}