diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 05:08:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 05:08:42 -0600 |
| commit | 1bcdcfa2f46c550e1d02bc859b80a31fac8792e7 (patch) | |
| tree | deb94d4baae3f9509655ada8a76d2275fb7e96c8 | |
| parent | 53adaabee0155f931f9d4f9745d1635b8e980bdd (diff) | |
remove debugging codev0.22.4
| -rw-r--r-- | reallog.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } } |
