mirror of
https://github.com/Xevion/banner.git
synced 2025-12-07 18:06:22 -06:00
Remove unused variables
This commit is contained in:
4
main.go
4
main.go
@@ -140,9 +140,9 @@ func main() {
|
||||
log.Info().Array("commands", arr).Msg("Registering commands")
|
||||
|
||||
// Register commands
|
||||
commands, err := Register()
|
||||
Register()
|
||||
|
||||
terms, _ := GetTerms("", 1, 25)
|
||||
// terms, _ := GetTerms("", 1, 25)
|
||||
|
||||
// Cloes session, ensure http client closes idle connections
|
||||
defer session.Close()
|
||||
|
||||
Reference in New Issue
Block a user