cli: Removed obsolete no-watch-config flag
Having it around creates the expectation that by default mgmt will put a watch on the config.
This commit is contained in:
@@ -167,7 +167,6 @@ func (obj *GAPI) Init(data *gapi.Data) error {
|
||||
Hostname: obj.data.Hostname,
|
||||
World: obj.data.World,
|
||||
Noop: obj.data.Noop,
|
||||
NoConfigWatch: obj.data.NoConfigWatch,
|
||||
NoStreamWatch: obj.data.NoStreamWatch,
|
||||
Debug: obj.data.Debug,
|
||||
Logf: func(format string, v ...interface{}) {
|
||||
@@ -179,7 +178,6 @@ func (obj *GAPI) Init(data *gapi.Data) error {
|
||||
Hostname: obj.data.Hostname,
|
||||
World: obj.data.World,
|
||||
Noop: obj.data.Noop,
|
||||
NoConfigWatch: obj.data.NoConfigWatch,
|
||||
NoStreamWatch: obj.data.NoStreamWatch,
|
||||
Debug: obj.data.Debug,
|
||||
Logf: func(format string, v ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user