Remove pointless comment

This commit is contained in:
Daniel Oaks 2016-04-17 14:53:52 +10:00
parent ed95f09725
commit 130b9ecb9c
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ Options:
arguments, _ := docopt.Parse(usage, nil, true, version, false)
// load config now because it's the same process for all
configfile := arguments["--conf"].(string)
config, err := irc.LoadConfig(configfile)
if err != nil {