http write is in log/ now

This commit is contained in:
Jeff Carr 2024-11-07 05:07:36 -06:00
parent 7244a636a5
commit f08a241ebf
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ package repolist
import (
"fmt"
"net/http"
"time"
"go.wit.com/lib/gui/shell"
@ -39,7 +38,7 @@ func ReportHeader() string {
"STATE")
}
func (v *RepoList) PrintReport(w http.ResponseWriter, readonly string, onlydirty string, perfect string) {
func (v *RepoList) PrintReport(readonly string, onlydirty string, perfect string) {
var count int
log.Info(ReportHeader())
@ -109,7 +108,7 @@ func ReleaseReportHeader() string {
"STATE")
}
func (v *RepoList) PrintReleaseReport(w http.ResponseWriter, readonly string, perfect string) {
func (v *RepoList) PrintReleaseReport(readonly string, perfect string) {
var count int
log.Info(ReleaseReportHeader())