mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Remove commented out code
This commit is contained in:
1
main.go
1
main.go
@ -23,7 +23,6 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// logrus.SetReportCaller(true)
|
|
||||||
log.Println(getVersion())
|
log.Println(getVersion())
|
||||||
|
|
||||||
configFile := flag.String("configFile", "config.yaml", "Config File full path. Defaults to current folder")
|
configFile := flag.String("configFile", "config.yaml", "Config File full path. Defaults to current folder")
|
||||||
|
|||||||
Reference in New Issue
Block a user