summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 05:08:42 -0600
committerJeff Carr <[email protected]>2024-11-07 05:08:42 -0600
commit1bcdcfa2f46c550e1d02bc859b80a31fac8792e7 (patch)
treedeb94d4baae3f9509655ada8a76d2275fb7e96c8
parent53adaabee0155f931f9d4f9745d1635b8e980bdd (diff)
remove debugging codev0.22.4
-rw-r--r--reallog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reallog.go b/reallog.go
index d2b91e3..347db85 100644
--- a/reallog.go
+++ b/reallog.go
@@ -32,7 +32,7 @@ func realPrintln(a ...any) {
reallog.Println(a...)
}
if httpMode != nil {
- s := "sf:" + fmt.Sprint(a...)
+ s := fmt.Sprint(a...)
fmt.Fprintln(httpMode, s)
}
}