Remove useless config

This commit is contained in:
Armon Dadgar 2013-12-23 13:46:50 -08:00
parent b03d1b55b3
commit bd06e8b186
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ import (
"strings" "strings"
) )
// This is the default port we use for co
const DefaultBindPort int = 8300
// Config is the configuration that can be set for an Agent. // Config is the configuration that can be set for an Agent.
// Some of this is configurable as CLI flags, but most must // Some of this is configurable as CLI flags, but most must
// be set using a configuration file. // be set using a configuration file.