From c29d65e45212355c1755cc95249934b3429f7c06 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Thu, 13 Mar 2025 23:46:56 +0000 Subject: Remove debug code, fix export --- reporter.lisp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'reporter.lisp') diff --git a/reporter.lisp b/reporter.lisp index 2ebe6b9..93635e9 100644 --- a/reporter.lisp +++ b/reporter.lisp @@ -99,7 +99,3 @@ (defun summarize-and-post-top-statuses () (let ((summaries (summarize-top-statuses))) (post-toot (format nil "~{~a~%~%~}" summaries)))) - -(when nil - (summarize-top-statuses) - (summarize-and-post-top-statuses)) -- cgit v1.2.3