remove debugging code
This commit is contained in:
parent
53adaabee0
commit
1bcdcfa2f4
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue