changeset 52:5d77532cd3ea

Remove debug tracing.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2023 13:49:43 -0700
parents b87217b90048
children 805c7d768caa
files silorider/silos/bluesky.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/silorider/silos/bluesky.py	Sun Oct 08 13:49:30 2023 -0700
+++ b/silorider/silos/bluesky.py	Sun Oct 08 13:49:43 2023 -0700
@@ -166,7 +166,6 @@
         start = ctx.byte_length
         end = start + len(text.encode())
         self.urls.append((start, end, raw_url))
-        print("Gathered link: ", start, end, raw_url)
 
         # Always keep the text as-is.
         return text