gogs: remove app flags line (#5388)

No meaning for this line
This commit is contained in:
Stefan Liu 2018-08-23 12:35:36 +08:00 committed by 无闻
parent 512a900202
commit 5caa7436d8

View File

@ -37,6 +37,5 @@ func main() {
cmd.Backup,
cmd.Restore,
}
app.Flags = append(app.Flags, []cli.Flag{}...)
app.Run(os.Args)
}