shithub: hell

Download patch

ref: 6d79ffcc3f5cc0f7fbaa63920259e7f5ef8b2e7c
parent: 2a710fbb94545ad9ba3144ebab73da2bf5df7bc1
author: penny <penny@limitedideas.org>
date: Tue Sep 23 18:07:55 EDT 2025

remove extra print from status.go

--- a/status.go
+++ b/status.go
@@ -25,7 +25,6 @@
 		}
 
 		if len(statusbatch) == 0 {
-			fmt.Print("")
 			break
 		}
 
--