Skip to content

Commit

Permalink
Undo info -> fmt.Println change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkw31 committed Oct 29, 2024
1 parent 8281828 commit e978bba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ package cmd
import (
"encoding/csv"
"errors"
"fmt"
"io"
"log/syslog"
"os"
Expand Down Expand Up @@ -358,5 +357,5 @@ func makeCSVReader(path string) (*csv.Reader, *os.File) {
func sayStarted() {
<-time.After(1 * time.Second)

fmt.Println("server started")
info("server started")
}

0 comments on commit e978bba

Please sign in to comment.