Skip to content

Commit e1f7403

Browse files
committed
Merge pull request #28 from mboersma/hotfix-debug-flag
fix(debug): remove other vestige of unused --debug flag
2 parents a3938d8 + c325ca2 commit e1f7403

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deisctl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func exit(err error, code int) {
2222
}
2323

2424
func setGlobalFlags(args map[string]interface{}) {
25-
client.Flags.Debug = args["--debug"].(bool)
2625
client.Flags.Version = args["--version"].(bool)
2726
client.Flags.Endpoint = args["--endpoint"].(string)
2827
client.Flags.EtcdKeyPrefix = args["--etcd-key-prefix"].(string)

0 commit comments

Comments
 (0)